ratulKabir / Custom-Object-Detection-using-Darkflow

Make custom objects dataset and detect them using darkflow. Darkflow is a tensorflow translation of Darknet.
22 stars 7 forks source link

Invalid argument: #4

Closed reaganochora closed 2 years ago

reaganochora commented 4 years ago

ERROR - Invalid argument: --epochs If anyone comes across this error:

just change --epochs to --epoch with no s.

suravijayjilla commented 4 years ago

hi,

Rename that epochs to epoch and train it will work for me.