Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.38k stars 539 forks source link

Could find no file with path ? #242

Open semihzaman opened 2 years ago

semihzaman commented 2 years ago

Namespace(cfg='cfg/yolov3_1088x608.cfg', conf_thres=0.5, input_video='.\assets\IMG_0055.gif', iou_thres=0.5, min_box_area=200, nms_thres=0.4, output_format='video', output_root='.\d ata', track_buffer=30, weights='jde.1088x608.uncertainty.pt')

2022-03-01 02:40:36 [INFO]: Starting tracking... Lenth of the video: 129 frames 2022-03-01 02:40:37 [INFO]: Torch not compiled with CUDA enabled ffmpeg version 2022-02-28-git-7a4840a8ca-full_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers built with gcc 11.2.0 (Rev7, Built by MSYS2 project)

configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-g mp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-l ibxavs2 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable -libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-l ibmfx --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enab le-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-lib speex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint libavutil 57. 21.100 / 57. 21.100 libavcodec 59. 21.100 / 59. 21.100 libavformat 59. 17.102 / 59. 17.102 libavdevice 59. 5.100 / 59. 5.100 libavfilter 8. 27.100 / 8. 27.100 libswscale 6. 5.100 / 6. 5.100 libswresample 4. 4.100 / 4. 4.100 libpostproc 56. 4.100 / 56. 4.100 [image2 @ 000001af85bc9740] Could find no file with path '.\data\frame/%05d.jpg' and index in the range 0-4 .\data\frame/%05d.jpg: No such file or directory

Hi,, I encoutered this error while trying to run the demo.py by PyCharm on Windows 10. Can anyone help me to solve this error?

suprateembanerjee commented 1 year ago

Similar

` python demo.py --input-video ./video.mp4 --weights ./downloaded_model.pt --output-format video --output-root ./ 2022-10-21 21:05:14 [INFO]: Note: NumExpr detected 10 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8. 2022-10-21 21:05:14 [INFO]: NumExpr defaulting to 8 threads. Namespace(cfg='cfg/yolov3_1088x608.cfg', weights='./downloaded_model.pt', iou_thres=0.5, conf_thres=0.5, nms_thres=0.4, min_box_area=200, track_buffer=30, input_video='./video.mp4', output_format='video', output_root='./')

2022-10-21 21:05:15 [INFO]: Starting tracking... Lenth of the video: 359 frames 2022-10-21 21:05:15 [INFO]: Torch not compiled with CUDA enabled ffmpeg version 5.1.2 Copyright (c) 2000-2022 the FFmpeg developers built with clang version 14.0.4 configuration: --prefix=/Users/runner/miniforge3/conda-bld/ffmpeg_1664280446922/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl --cc=arm64-apple-darwin20.0.0-clang --cxx=arm64-apple-darwin20.0.0-clang++ --nm=arm64-apple-darwin20.0.0-nm --ar=arm64-apple-darwin20.0.0-ar --disable-doc --disable-openssl --enable-demuxer=dash --enable-hardcoded-tables --enable-libfreetype --enable-libfontconfig --enable-libopenh264 --enable-cross-compile --arch=arm64 --target-os=darwin --cross-prefix=arm64-apple-darwin20.0.0- --host-cc=/Users/runner/miniforge3/conda-bld/ffmpeg_1664280446922/_build_env/bin/x86_64-apple-darwin13.4.0-clang --enable-neon --enable-gnutls --enable-libmp3lame --enable-libvpx --enable-pthreads --enable-gpl --enable-libx264 --enable-libx265 --enable-libaom --enable-libsvtav1 --enable-libxml2 --enable-pic --enable-shared --disable-static --enable-version3 --enable-zlib --pkg-config=/Users/runner/miniforge3/conda-bld/ffmpeg_1664280446922/_build_env/bin/pkg-config libavutil 57. 28.100 / 57. 28.100 libavcodec 59. 37.100 / 59. 37.100 libavformat 59. 27.100 / 59. 27.100 libavdevice 59. 7.100 / 59. 7.100 libavfilter 8. 44.100 / 8. 44.100 libswscale 6. 7.100 / 6. 7.100 libswresample 4. 7.100 / 4. 7.100 libpostproc 56. 6.100 / 56. 6.100 [image2 @ 0x150e04fe0] Could find no file with path './frame/%05d.jpg' and index in the range 0-4 ./frame/%05d.jpg: No such file or directory `