Tessellate-Imaging / Monk_Object_Detection

A one-stop repository for low-code easily-installable object detection pipelines.
Apache License 2.0
629 stars 249 forks source link

gtf.Train() not working for example notebook in segmentation model #40

Open Kushagra-awasthi opened 4 years ago

Kushagra-awasthi commented 4 years ago

I was training the example notebook in the segmentation models and the training ran for one epoch and then I got the following error: image

abhi-kumar commented 4 years ago

Thank you for pointing out the issue

abhi-kumar commented 4 years ago

A solution has been added for the issue. Please check f the error has been resolved or not.

Kushagra-awasthi commented 4 years ago

image Sir, I ran the code again and now I am getting an issue while running setup.

GhadaKamel commented 2 years ago

gtf.Train() not working for notebook in Example - Underwater Trash Detection.ipynb AttributeError: 'COCO' object has no attribute 'get_cat_ids'

Capture3333