AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.58k stars 7.95k forks source link

/bin/bash: ./darknet: No such file or directory #7060

Open valeriylo opened 3 years ago

valeriylo commented 3 years ago

Yesterday tried to compile your colab code and everything was fine. Today I got this error in object detector cell

# run darknet detection on test images !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights data/person.jpg

Reproduced this issues on several machines. Here's local storage: Снимок экрана от 2020-12-01 13-22-10

newbie2X commented 3 years ago

Same Error for me.

EZL1190 commented 3 years ago

Same for me, worked yesterday tho...

Vikchoc commented 3 years ago

Same Problem for me,worked 12h ago.Caused by the upgrade for RTX3090?

EZL1190 commented 3 years ago

yeah, i made it work again by changing this commit back to how it was before

newbie2X commented 3 years ago

@EZL1190 That worked. Thx man.

Vikchoc commented 3 years ago

simply use the old version can solve: !git clone https://github.com/AlexeyAB/darknet %cd darknet/ !git checkout 80e1da2