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
May I ask if your OPV2V dataset is organized in this way after downloading? I am currently working on
“python opencood/tools/train.py -y None --model_dir opencood/logs/HEAL_m1_based/stage2/m2_alignto_m1”
The error message is as follows: “visibility_map = np.asarray(cv2.cvtColor(cav_contents[0]["bev_visibility.png"], cv2.COLOR_BGR2GRAY))
cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-jhawztrk/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor”
However, the original OPV2V dataset does not contain the “bev_visibility.png” file. It seems to be present in the OPV2V-H dataset, but the root directory pointed to by the config. yaml file is indeed the OPV2V dataset folder.
The text was updated successfully, but these errors were encountered:
May I ask if your OPV2V dataset is organized in this way after downloading? I am currently working on

“python opencood/tools/train.py -y None --model_dir opencood/logs/HEAL_m1_based/stage2/m2_alignto_m1”
The error message is as follows: “visibility_map = np.asarray(cv2.cvtColor(cav_contents[0]["bev_visibility.png"], cv2.COLOR_BGR2GRAY))
cv2.error: OpenCV(4.5.1) /tmp/pip-req-build-jhawztrk/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor”
However, the original OPV2V dataset does not contain the “bev_visibility.png” file. It seems to be present in the OPV2V-H dataset, but the root directory pointed to by the config. yaml file is indeed the OPV2V dataset folder.
The text was updated successfully, but these errors were encountered: