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

Couldn't get the json file #2

Open
D201830280253 opened this issue Sep 27, 2021 · 2 comments
Open

Couldn't get the json file #2

D201830280253 opened this issue Sep 27, 2021 · 2 comments

Comments

@D201830280253
Copy link

there was an error "FileNotFoundError: [Errno 2] No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.mp4.json"

I downloaded the IC15 video dataset and run "python track_tools/convert_ICDAR15video_to_coco.py".

And I couldn't find files in json or jpg format downloaded from the icdar website https://rrc.cvc.uab.es/?ch=3&com=downloads.
Unziped files only have '.mp4' or '.xml' and '***.txt'

How could I get the json annotatation files such as 'res_video_1.mp4.json'?

@weijiawu
Copy link
Owner

weijiawu commented Oct 8, 2021

  1. "json" files are the output for "convert_ICDAR15video_to_coco.py". And I guess that "FileNotFoundError" denotes the path error.
  2. jpg format denotes the video frame images.

@BigWhit
Copy link

BigWhit commented Mar 30, 2022

there was an error "FileNotFoundError: [Errno 2] No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.mp4.json"

I downloaded the IC15 video dataset and run "python track_tools/convert_ICDAR15video_to_coco.py".

And I couldn't find files in json or jpg format downloaded from the icdar website https://rrc.cvc.uab.es/?ch=3&com=downloads. Unziped files only have '.mp4' or '.xml' and '***.txt'

How could I get the json annotatation files such as 'res_video_1.mp4.json'?

  1. change the path in video2frames.
  2. python track_tools/video2frames.py
    You can get video frames!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants