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

No res_video_1.json after running "python track_tools/convert_ICDAR15video_to_coco.py" #8

Open
liuruijin17 opened this issue Mar 8, 2022 · 4 comments

Comments

@liuruijin17
Copy link

Hi,

Thanks for your great work!

I am a bit confused after I run the
python track_tools/Evaluation_ICDAR15_video/vis_tracking.py
Then, I get
"No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.json'

I have seen issue #2 , and confirm I have run the
python track_tools/convert_ICDAR15video_to_coco.py
But, it seems that the "res_video_1.json" has not been generated successfully.
I only find "train.json" and "test.json" under the "annotations_coco_rotate/", should I name one of them to "res_video_1.json" and copy it to "./output/ICDAR15/test/best_json_tracks/res_video_1.json"?

Plz, help me! Thanks a lot!

@BigWhit
Copy link

BigWhit commented Mar 30, 2022

I have the same problem.
After run python3 track_tools/convert_ICDAR15video_to_coco.py, I get "annotations_coco_rotate/".
Then I run python3 track_tools/Evaluation_ICDAR15_video/vis_tracking.py", It warns "No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.json'".
I want to see visualize the results. How to test the model and see the visualized results?

@weijiawu
Copy link
Owner

I have the same problem. After run python3 track_tools/convert_ICDAR15video_to_coco.py, I get "annotations_coco_rotate/". Then I run python3 track_tools/Evaluation_ICDAR15_video/vis_tracking.py", It warns "No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.json'". I want to see visualize the results. How to test the model and see the visualized results?

vis_tracking.py is not used as the visualization for the generated annotation, it visualizes the prediction results of the network.

@Epiphqny
Copy link

I have the same problem. After run python3 track_tools/convert_ICDAR15video_to_coco.py, I get "annotations_coco_rotate/". Then I run python3 track_tools/Evaluation_ICDAR15_video/vis_tracking.py", It warns "No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.json'". I want to see visualize the results. How to test the model and see the visualized results?

vis_tracking.py is not used as the visualization for the generated annotation, it visualizes the prediction results of the network.

@liuruijin17 How to get the prediction results?

@weijiawu
Copy link
Owner

I have the same problem. After run python3 track_tools/convert_ICDAR15video_to_coco.py, I get "annotations_coco_rotate/". Then I run python3 track_tools/Evaluation_ICDAR15_video/vis_tracking.py", It warns "No such file or directory: './output/ICDAR15/test/best_json_tracks/res_video_1.json'". I want to see visualize the results. How to test the model and see the visualized results?

vis_tracking.py is not used as the visualization for the generated annotation, it visualizes the prediction results of the network.

@liuruijin17 How to get the prediction results?

I have updated the inference script.

And one stronger video text spotting method TransDETR(Better performance and simpler framework) can be found here.

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

4 participants