Towards-Realtime-MOT
Towards-Realtime-MOT copied to clipboard
Getting error "Could find no file with path"
Command :
python demo.py --input-video /path/to/input/video.mp4 --weights /path/to/weights/jde_576x320_uncertainty.pt --output-format video --cfg cfg/yolov3_576x320.cfg
Output/Error: Namespace(cfg='cfg/yolov3_576x320.cfg', conf_thres=0.5, input_video='/path/to/input/video.mp4', iou_thres=0.5, min_box_area=200, nms_thres=0.4, output_format='video', output_root='results', track_buffer=30, weights='/path/to/weights/jde_576x320_uncertainty.pt')
2020-05-29 17:42:12 [INFO]: Starting tracking... Lenth of the video: 743 frames 2020-05-29 17:42:13 [INFO]: The NVIDIA driver on your system is too old (found version 9010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7.2.0 (crosstool-NG fa8859cb) configuration: --prefix=/anaconda/envs/TowardsRealtimeMOT --cc=/opt/conda/conda-bld/ffmpeg_1531088893642/_build_env/bin/x86_64-conda_cos6-linux-gnu-cc --disable-doc --enable-shared --enable-static --enable-zlib --enable-pic --enable-gpl --enable-version3 --disable-nonfree --enable-hardcoded-tables --enable-avresample --enable-libfreetype --disable-openssl --disable-gnutls --enable-libvpx --enable-pthreads --enable-libopus --enable-postproc --disable-libx264 libavutil 56. 14.100 / 56. 14.100 libavcodec 58. 18.100 / 58. 18.100 libavformat 58. 12.100 / 58. 12.100 libavdevice 58. 3.100 / 58. 3.100 libavfilter 7. 16.100 / 7. 16.100 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 1.100 / 5. 1.100 libswresample 3. 1.100 / 3. 1.100 libpostproc 55. 1.100 / 55. 1.100 [image2 @ 0x5635f21de440] Could find no file with path 'results/frame/%05d.jpg' and index in the range 0-4 results/frame/%05d.jpg: No such file or directory
Request you to please let me know if any other information is needed.
Same error here
Hi, The actual error is said in the 8th line in your output: The NVIDIA driver on your system is too old (found version 9010).