Skip to content
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

Open
matt-sharp opened this issue Feb 19, 2021 · 2 comments
Open

Google Colab notebook ensembleModel.ipynb has multiple errors #18

matt-sharp opened this issue Feb 19, 2021 · 2 comments

Comments

@matt-sharp
Copy link

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!

@ancasag
Copy link
Owner

ancasag commented Mar 17, 2021 via email

@Sauce16
Copy link

Sauce16 commented May 1, 2023

@matt-sharp & @ancasag Can you please help me with this When I run the cell models(listaModels,pathImg,option) I get this error.---------------------------------------------------------------------------
FileExistsError Traceback (most recent call last)
in <cell line: 1>()
----> 1 models(listaModels,pathImg,option)

/content/ensembleObjectDetection/TestTimeAugmentation/mainModel.py in models(listaModels, pathImg, option)
12 os.mkdir(pathImg+'/../salida')
13 for model in listaModels:
---> 14 os.mkdir(pathImg+'/../salida/'+os.path.splitext(os.path.basename(model.pathPesos))[0])
15
16 # 2. We create a list with the folders we have created

FileExistsError: [Errno 17] File exists: '/content/datasets/IMDB-6/test/images//../salida/best'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants