Open ghost opened 3 years ago
I am on Colab, using my own dataset.
It works fine in your colab notebook, but my dataset is also in coco format only and I have done everything properly.
You can check out the dataset I am using:
!curl -L "https://app.roboflow.com/ds/DhuSCIiIGA?key=Mq2JJ2oTFd" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
The annotations file is named _annotations.coco.json
so I rename it to annotations.json
:
!mv /content/train/_annotations.coco.json /content/train/annotations.json
That's all. I don't get why it doesn't work. I've given you all the details I could think of.
I have fixed the error in a new version of Clodsa. You have a running example with your code at: https://colab.research.google.com/drive/1R3e5TtBTlY8Kgqe2-S6B3W0XgBC37z20?usp=sharing Best, Jónathan
El lun, 30 ago 2021 a las 9:11, BleepLogger @.***>) escribió:
You can check out the dataset I am using:
!curl -L "https://app.roboflow.com/ds/DhuSCIiIGA?key=Mq2JJ2oTFd" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
The annotations file is named _annotations.coco.json so I rename it to annotations.json:
!mv /content/train/_annotations.coco.json /content/train/annotations.json
That's all. I don't get why it doesn't work. I've given you all the details I could think of.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joheras/CLoDSA/issues/46#issuecomment-908092199, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRAGZ54GN4EF55XX7LBELT7MVI5ANCNFSM5DBG5CWA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I'm sorry, but the dataset generated by the new version of Clodsa is seriously flawed.
What do you mean?
El mar, 31 ago 2021 a las 8:10, BleepLogger @.***>) escribió:
I'm sorry, but the dataset generated by the new version of Clodsa is seriously flawed.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/joheras/CLoDSA/issues/46#issuecomment-908930295, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRAG73D3A5S7MPSYX6GGDT7RW6NANCNFSM5DBG5CWA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I am using this snippet of code to augment a dataset:
I am getting an error: