-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add JSON file to Cityscapes 1.0 format #4828
Comments
@zhiltsov-max Does Cityscapes format have the .json file? |
Hi. Yes, I see, there are also polygon jsons in Cityscapes, but our implementation only supports images in this format. As a workaround, please check if you can use COCO jsons with polygons. |
Hi, thank you for your assistance. August 26th, 2022. |
Glad to help. I can't make promises on the future plans, but if this problem with Cityscapes is important for our community, we can prioritize it for future releases, and fix it. We are also open for community PR on this topic. |
My actions before raising this issue
Context
Greetings,
So I've tried CVAT for quite some time. And I decided to try to create a custom dataset with the cityscapes format dataset using CVAT on https://app.cvat.ai/ for my next project.
![image](https://user-images.githubusercontent.com/91127282/186495703-b79e8b75-01f2-4306-94e0-dd6af07eec5b.png)
The datasets provided from https://cityscapes-dataset.com included the polygon .JSON file for each annotated image (as in the picture below),
But when I tried to export my task into Cityscapes 1.0 format on cvat.ai, it doesn't show the .json file.
Is it the way cityscapes-dataset format worked for custom datasets, or is there something else that I missed?
I appreciate any assistance.
Thank you know advance.
August 25th, 2022.
Best Regards,
Aldy.
My Environment
git log -1
):docker version
(e.g. Docker 17.0.05):docker ps
:The text was updated successfully, but these errors were encountered: