-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Colab notebook ensembleModel.ipynb has multiple errors #18
Comments
Hello again,
We have fixed the issues that you reported here, and the notebooks work properly now.
Thanks a lot for reporting these issues.
Let us know if you have any further problem.
Best,
Ángela
…________________________________
De: Matthew Sharp ***@***.***>
Enviado: viernes, 19 de febrero de 2021 18:31
Para: ancasag/ensembleObjectDetection ***@***.***>
Cc: Subscribed ***@***.***>
Asunto: [ancasag/ensembleObjectDetection] Google Colab notebook ensembleModel.ipynb has multiple errors (#18)
It seems like there are multiple issues causing errors when trying to run the Google Colab notebook demo.
1. Only 2 out of the 6 different models defined in the list are cloned into the Colab instance (retinaResnet50 and maskRcnn)
2. testTimeAugmentation contains an additional parameter (confidence)
3. models should include the confidence parameter
4. Annotation files are missing:
FileNotFoundError: [Errno 2] No such file or directory: 'salida/mask_rcnn_coco/2007_000032.xml'
Please can these be fixed so that the notebook can be run without the need to make any changes? thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#18>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7ZO3CYY5M7ZYT7PFC2DBTS72OARANCNFSM4X4X4LCA>.
|
@matt-sharp & @ancasag Can you please help me with this When I run the cell models(listaModels,pathImg,option) I get this error.--------------------------------------------------------------------------- /content/ensembleObjectDetection/TestTimeAugmentation/mainModel.py in models(listaModels, pathImg, option) FileExistsError: [Errno 17] File exists: '/content/datasets/IMDB-6/test/images//../salida/best' |
It seems like there are multiple issues causing errors when trying to run the Google Colab notebook demo.
FileNotFoundError: [Errno 2] No such file or directory: 'salida/mask_rcnn_coco/2007_000032.xml'
Please can these be fixed so that the notebook can be run without the need to make any changes? thanks!
The text was updated successfully, but these errors were encountered: