nanodet icon indicating copy to clipboard operation
nanodet copied to clipboard

Video inference will overwrite the original video

Open JefferyChiang opened this issue 3 years ago • 1 comments

Thanks for this implementation. Its easy to use and really efficient. I try to use video to inference. But the result video keep overwrite my original video.

I change demo.py like below and it work properly. I think its because of the difference path delimiter between windows and linux. save_path = ( os.path.join(save_folder, args.path.split("\\")[-1])

JefferyChiang avatar Jan 21 '22 10:01 JefferyChiang

Maybe add a prefix to the result video can solve this.

RangiLyu avatar Jan 25 '22 09:01 RangiLyu