-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Exporting Datumaro Project - no occluded and z_order shape attributes in the output #1263
Comments
|
<project_dir>/.datumaro/plugins does exist with the following structure:
I also have a config yaml file in the project dir:
During datumaro requirements installation I had an error when installing pycocotools:
I resolved by checking the following cocoapi issue: cocodataset/cocoapi#51
Any thoughts? Thanks for your time and consideration. |
Try running the command with |
Before going further I want to mention that initially my exported datumaro project didn't contain
To resolve the problem I am copying the config yaml file in the <project_dir> into <project_dir>/.datumaro. Is that normal? Now, debug log level did reveal some problems:
It is saying that importing "cvat_rest_api_task_imaegs" failed due to missing module "requests"
It seems that I have ran into some problems during datum installation process! Where should I get "cvat" module from? |
If you haven't found Regarding I've just rechecked if these steps work (on Ubuntu, though) - they did. However, I've found that some attributes were not being passed this way, specifically |
I have annotated a video using interpolation mode in CVAT.
I then exported the task as a datumaro dataset.
I tried to output annotated frames using the following command:
But I am having the following error:
I tried to figure out the problem with no results.
I am working on windows 7.
I installed datamaru as following:
The text was updated successfully, but these errors were encountered: