We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(sam2) lizhaorui@ubuntu:~/DL/samurai$ python scripts/demo.py --video_path DJI.mp4 --txt_path DJI.txt SAMURAI mode: True 已杀死
DJI.txt is like this: 0.53,0.52,0.02942,0.03657
DJI.mp4 is 2GB , frame size is 3840*2160
when running, one 4090 nvidia card is occupied with 700MB
The text was updated successfully, but these errors were encountered:
You may check this issue with a similar problem #28
Sorry, something went wrong.
By the way, the bbox coordinates should be in pixel without normalization
thank you, after changing this paras to pixels , it could work for a while.
SAMURAI mode: True [ WARN:[email protected]] global cap_ffmpeg_impl.hpp:453 _opencv_ffmpeg_interrupt_callback Stream timeout triggered after 31548.078452 ms [NULL @ 0x562d4cade280] Invalid NAL unit size (298710 > 22381). [NULL @ 0x562d4cade280] missing picture in access unit with size 22385 已杀死
@zhrli Please see facebookresearch/sam2#264
No branches or pull requests
(sam2) lizhaorui@ubuntu:~/DL/samurai$ python scripts/demo.py --video_path DJI.mp4 --txt_path DJI.txt
SAMURAI mode: True
已杀死
DJI.txt is like this:
0.53,0.52,0.02942,0.03657
DJI.mp4 is 2GB , frame size is 3840*2160
when running, one 4090 nvidia card is occupied with 700MB
The text was updated successfully, but these errors were encountered: