Haawron / CUDA_linalg

0 stars 0 forks source link

Darknet-for-Collision-Avoidance #1

Open hesamira opened 1 year ago

hesamira commented 1 year ago

.

hesamira commented 1 year ago

Hi, Thanks for your code (Darknet-for-Collision-Avoidance). I couldn't see Issues in Darknet-for-Collision-Avoidance, so I have to ask my question in this code.

I have several questions. Please, help me. Thanks.

What parts of darknet code change to convert Darknet-for-Collision-Avoidance?
How can I run this code (Darknet-for-Collision-Avoidance)? When I ran your code I faced this error.

Train

./darknet detector train cfg/coco.data cfg/yolov4.cfg yolov4.weights -map -dont_show -show_image -clear

CUDA-version: 11080 (12000), cuDNN: 8.7.0, GPU count: 1 OpenCV version: 4.2.0 Couldn't open file: cfg/coco.data

Test

./darknet detector demo cfg/coco.data cfg/yolov4.cfg yolov4.weights -dont_show abc.avi -i 0 -out_filename out.avi -thresh 0.1

CUDA-version: 11080 (12000), cuDNN: 8.7.0, GPU count: 1 OpenCV version: 4.2.0 Couldn't open file: cfg/coco.data