darknet.exe: command not found error

Created on 6 Feb 2018  路  4Comments  路  Source: AlexeyAB/darknet

I am running this on my ubuntu 16.04 system.Whenever I run the command mentioned "darknet.exe detector train data/obj.data yolo-obj.cfg darknet19_448.conv.23" from my terminal i get this error

darknet.exe: command not found error.

Do I need to go to a specific folder to run this command or is there anything I am missing?

Most helpful comment

@nirajvermafcb you need to build the system by running make, you can see all the details here

All 4 comments

On Linux use ./darknet instead of darknet.exe

@AlexeyAB Now it is showing

bash: ./darknet: No such file or directory.
Do I need to go to a specific path to run this?

@nirajvermafcb you need to build the system by running make, you can see all the details here

Okay thanks it's done

Was this page helpful?
0 / 5 - 0 ratings

Related issues

siddharth2395 picture siddharth2395  路  3Comments

rezaabdullah picture rezaabdullah  路  3Comments

off99555 picture off99555  路  3Comments

PROGRAMMINGENGINEER-NIKI picture PROGRAMMINGENGINEER-NIKI  路  3Comments

HilmiK picture HilmiK  路  3Comments