Open Newbeeyoung opened 6 years ago
Hello, can you please explain what the generate_result_video do? I ran it and it just duplicated the tested videos into another folder.
It just labels video based on output.json. A rectangle label will be shown at the left upper corner in the result video. @Mohamad73
@Newbeeyoung Thank you!!!!!!!!!
Could you please explain how the generate_result_video file runs? I tried to run this file but failed, and my output.json file is empty. thanks!
Could you please explain how the generate_result_video file runs? I tried to run this file but failed, and my output.json file is empty. thanks!
Do you know how the generate_result_video file runs? thank you
Did you get your answer? I'm having some trouble running generate_result_video.py.
Some of the errors I get:
1. 'rm' is not recognized as an internal or external command,
2. ../videos\: No such file or directory
3. ValueError: could not convert string to float: 'er'
I also got the error KeyError: 'scores' How to fix it?
Hi,
Thanks a lot for the nice program.
I have went through the whole program and it worked well. However, i found that there may be some mistake of indexing in your code.
In generate_result_video.py:
Should this scores be set to 0 initially? and change clips[i] to clips[j] in the loop? Since you are averaging the scores during unit time.