You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I encountered an error while running,could you help me?
(torchenv) zjy@sugon-X795-G30:~/rembg-greenscreen-master$ greenscreen -pg "/public/zjy/rembg-greenscreen-master/vid/1.mp4"
/public/zjy/rembg-greenscreen-master/vid/1.mp4
Traceback (most recent call last):
File "/public/zjy/.local/bin/greenscreen", line 8, in
sys.exit(main())
File "/public/zjy/.local/lib/python3.8/site-packages/rembg/cmd/cli.py", line 77, in main
parallel_greenscreen(os.path.abspath(args.parallelgreenscreen),
File "/public/zjy/.local/lib/python3.8/site-packages/rembg/multiprocessing.py", line 75, in parallel_greenscreen
info = ffmpeg.probe(file_path)
File "/public/zjy/.local/lib/python3.8/site-packages/ffmpeg/_probe.py", line 20, in probe
p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/public/lzh/anaconda3/envs/torchenv/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/public/lzh/anaconda3/envs/torchenv/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
The text was updated successfully, but these errors were encountered:
I get the same error on macOS Big Sur and I suspect your issue relates to strict versioning on the dependencies (requirements.txt). Specifically scikit_image==0.17.2. I would recommend testing danielgatis/rembg first then report back to here if it works. @ecsplendid is aware of the issue and I believe he's trying to find time to test rembg-greenscreen on macOS.
rembg – Remove the background from all images in a folder danielgatis/rembg
hello, I encountered an error while running,could you help me?
(torchenv) zjy@sugon-X795-G30:~/rembg-greenscreen-master$ greenscreen -pg "/public/zjy/rembg-greenscreen-master/vid/1.mp4"
/public/zjy/rembg-greenscreen-master/vid/1.mp4
Traceback (most recent call last):
File "/public/zjy/.local/bin/greenscreen", line 8, in
sys.exit(main())
File "/public/zjy/.local/lib/python3.8/site-packages/rembg/cmd/cli.py", line 77, in main
parallel_greenscreen(os.path.abspath(args.parallelgreenscreen),
File "/public/zjy/.local/lib/python3.8/site-packages/rembg/multiprocessing.py", line 75, in parallel_greenscreen
info = ffmpeg.probe(file_path)
File "/public/zjy/.local/lib/python3.8/site-packages/ffmpeg/_probe.py", line 20, in probe
p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
File "/public/lzh/anaconda3/envs/torchenv/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/public/lzh/anaconda3/envs/torchenv/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe'
The text was updated successfully, but these errors were encountered: