-
Notifications
You must be signed in to change notification settings - Fork 17
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
requiremets.txt might help with potential user issues #11
Comments
Hello, I had a similar error some time ago, installing detectron2 leads to many errors that are related to version incompatibilities between several libraries. To save time I created a notebook on google collab that allows to run everything (check the use of gpu in google collab). If you have any questions, don't hesitate! https://colab.research.google.com/drive/1lRF7GhxwFwVgJBtBLy5TYLXD_vnRDHDv?usp=sharing |
Thank you a lot! Could you please make it public? |
Hi, I remember getting this error a few times when switching between the synthetic/real dataset. IIRC this issue is caused by the segmentation mask encoding method. Depending on which encoding (RLE or bitmask) was used for the segmentation mask annotations, this error arises. In your case, it would seem that your annotations are already in RLE format since the Hope it helps! |
Hi! I just started using you amazing tool for a university robotics project.
We as a team have already spend numerous days on trying to figure out the error the constantly get with any kind of json we are using
which happens in the following line of code:
masks = [maskUtils.decode(ann['segmentation']) for ann in dataset_dict['annotations']].
We have also tried CanaTree100 dataset that you provided.
I would really appreciate your help since we want to upgrade your work and train it on jungle data.
The text was updated successfully, but these errors were encountered: