jason-li-831202 / Vehicle-CV-ADAS

The project can achieve FCWS, LDWS, and LKAS functions solely using only visual sensors. using YOLOv5 / YOLOv5-lite / YOLOv6 / YOLOv7 / YOLOv8 / YOLOv9 / EfficientDet and Ultra-Fast-Lane-Detection-v2 .
GNU General Public License v3.0
162 stars 38 forks source link

File "F:\Yolop\Vehicle-CV-ADAS\TrafficLaneDetector\ultrafastLaneDetector\ultrafastLaneDetectorV2.py", line 426, in process_output return np.array(list(lanes_points.values())), list(lanes_detected.values()) ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part. #9

Closed chelsea456 closed 10 months ago

chelsea456 commented 11 months ago

i have this error when run demo.py,

jason-li-831202 commented 11 months ago

Can you print out "lanes_points.values()" and "lanes_detected.values()" to take a look?

chelsea456 commented 11 months ago

i have slove this prolem, you can share clip original demo

Tomhandson1029 commented 11 months ago

i have slove this prolem, you can share clip original demo

can you tell how did you solve this?

Tomhandson1029 commented 11 months ago

Help??

Tomhandson1029 commented 11 months ago

i have slove this prolem, you can share clip original demo

Please let me know, how do you solve the issue