My submission is failing because of AICROWD_TEST_IMAGES_PATH
environment path variable is None . This are logs i got when I print both environment variables
path for test images is None
path for output dir is None
Hi, sorry for the confusion.
AICROWD_TEST_IMAGES_PATH
was used till the previous round.
The correct env variables are given here:
You basically need to extend this class and not worry about the environment variables now.
The functions which need to be implemented are: def prediction_setup(self)
and def prediction(self, image_path)
.
Please let us know in case you still face any issues.
Thanks for answering. Even after changing the Environment variables I got the error while evaluating my predictions which is Exception: Scores not available for reporting
. what could be the reason for it?