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

Has files lose #3

Closed
GilbertTam opened this issue Jan 27, 2021 · 3 comments
Closed

Has files lose #3

GilbertTam opened this issue Jan 27, 2021 · 3 comments

Comments

@GilbertTam
Copy link

Dear,
i meet a problem when i run your code:
python run_fast_sketch.py -horizontal_splits 2 -atthorizontal_splits 1 -name "_ExampleRunNameHere"
import yad2k, eval_yolo, eval_yolo_direct_images
ModuleNotFoundError: No module named 'eval_yolo'

can you provide me eval_yolo_direct_images,and eval_yolo py file?
i am not sure why i miss these file , i download https://github.com/allanzelener/YAD2K yolov2 and can inference.

@WeberChen
Copy link

Excuse me, I have the same problem. Could you tell me how to overcome this issue? Thanks a lot.

@previtus
Copy link
Owner

Hi Weber Chen,
It's been some time since running this code, so apologies if this wont be super precise.

However, I think that this occurs in the file "video_parser_v1/yolo_handler.py" when importing YOLO code from the https://github.com/allanzelener/YAD2K repository.
You might need to change the folder paths on the line 20 yolo_paths = [...] (here) to get the import for yad2k running.

And then place the files from "video_parser_v1/__to-be-put-with-YAD2K/" into that folder too (to get the imports for eval_yolo, eval_yolo_direct_images running).

PS: Also, if I recall correctly, the "video_parser_v2" version which uses thtrieu/darkflow worked better on server with longer continued running...

@WeberChen
Copy link

Thanks for your kindly help. This project is workable! By the way, I still run it with v1.
Thank you again.

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