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
You may add addition that may be helpful for locating the problem, such as
--> pytorch installed by conda
Error traceback
If applicable, paste the error traceback here.
Traceback (most recent call last):
File "build_rawframes.py", line 226, in <module>
len(vid_list) * [args.task]))
File "/home/lsrock1/anaconda3/envs/pytorch1.6/lib/python3.7/multiprocessing/pool.py", line 268, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/home/lsrock1/anaconda3/envs/pytorch1.6/lib/python3.7/multiprocessing/pool.py", line 657, in get
raise self._value
cv2.error: OpenCV(4.4.0) /tmp/pip-req-build-nzyrw1vf/opencv/modules/imgproc/src/resize.cpp:3932: error: (-215:Assertion failed) inv_scale_x > 0 in function 'resize'
Genearte raw frames (RGB only)
The text was updated successfully, but these errors were encountered:
Describe the bug
When I extracting rgb frames using
tools/data/sthv2/extract_rgb_frames_opencv.sh
, opencv resize error happened.From the error trackback, it may be caused by mmcv.
Reproduction
sh extract_rgb_frames_opencv.sh
in tools/data/sthv2Did you make any modifications on the code or config? Did you understand what you have modified?
--> No
What dataset did you use?
--> sthv2
Environment
--> pytorch installed by conda
Error traceback
If applicable, paste the error traceback here.
The text was updated successfully, but these errors were encountered: