Skip to content
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

the requested url not found when creating new task #195

Closed
yl3829 opened this issue Nov 15, 2018 · 3 comments
Closed

the requested url not found when creating new task #195

yl3829 opened this issue Nov 15, 2018 · 3 comments
Labels
question Further information is requested

Comments

@yl3829
Copy link

yl3829 commented Nov 15, 2018

I have a problem creating new task.
I am using GCP to deploy the app. And using ssh to connect to the localhost. I could log in and create users. However, when i create a new task the following error will show up <h1>Not Found</h1><p>The requested URL /check/task/1 was not found on this server.</p> after showing video is being extracted.

@nmanovic
Copy link
Contributor

Hi @yl3829 ,

Could you please send us logs? Inside the container you can find them in two places:

  • /home/django/logs - global logs
  • /home/django/data/1/*.log - task logs

@nmanovic nmanovic added the question Further information is requested label Nov 15, 2018
@yl3829
Copy link
Author

yl3829 commented Nov 16, 2018

Oh, I found this error is caused by the incorrect format of the labels. Thank you!

@nmanovic
Copy link
Contributor

@yl3829 ,

Thanks for your feedback and report. I will close the issue because it was resolved.

TOsmanov pushed a commit to TOsmanov/cvat that referenced this issue Aug 23, 2021
* Allow splitting and merging of image directories in COCO export

* Avoid producing conflicting attributes in VOC segmentation

* update changelog
TOsmanov pushed a commit to TOsmanov/cvat that referenced this issue Aug 23, 2021
* bugfix - ignore subsets of near-zero-ratio (cvat-ai#187)

* Ignore subsets of near-zero-ratio in splitter

Co-authored-by: Maxim Zhiltsov <[email protected]>

* Fix validator imbalance threshold (cvat-ai#190)

* Validator threshold adjustment + style correction

Co-authored-by: Maxim Zhiltsov <[email protected]>

* Allow undeclared label attributes on CVAT format (cvat-ai#192)

* Add saving and parsing of attributes in label categories in Datumaro format

* Support common label attributes in CVAT format, add an option to ignore undeclared attributes

* Add logging for parsed parameters in plugins

* update changelog

* Fix export of masks with holes (cvat-ai#188)

* Fix export of masks with holes in polygons (background class should not introduce a new instance)

* update changelog

* Format fixes in COCO and VOC (cvat-ai#195)

* Allow splitting and merging of image directories in COCO export

* Avoid producing conflicting attributes in VOC segmentation

Co-authored-by: Jihyeon Yi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants