stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
157 stars 67 forks source link

Cannot find darknet.exe file in order to train YOLOv2 on Pascal data #49

Closed FleetingA closed 2 years ago

FleetingA commented 3 years ago

I have been following the instructions to install and configure Darknet on Windows 10 listed here: https://github.com/AlexeyAB/darknet/tree/47c7af1cea5bbdedf1184963355e6418cb8b1b4f#how-to-train-pascal-voc-data

I have downloaded all the programs that I need, including CUDA, CMake, Visual Studio, cuDNN, OpenCV.

When I get to the point of training on the Pascal data and type in darknet.exe detector train data/voc.data yolo-voc.2.0.cfg darknet19_448.conv.23 in the command line, I get the error:

"darknet.exe : The term 'darknet.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

Any idea how this could be fixed?

alperensenyigit commented 2 years ago

I have faced same error a few minutes ago. Did you solve that?

Screenshot_1

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days