johnolafenwa / deepstack-trainer

Custom Object Detection Training for DeepStack
GNU General Public License v3.0
20 stars 12 forks source link

NameError: name 'classes' is not defined #2

Closed robmarkcole closed 3 years ago

robmarkcole commented 3 years ago

Getting a new error.

!python3 train.py --dataset-path "/content/train/" --model yolov5s --batch-size 32 --classes "fire"

Traceback (most recent call last):
  File "train.py", line 471, in <module>
    classnames = classes.split(",")
NameError: name 'classes' is not defined
robmarkcole commented 3 years ago

OK I see you dropped that arg now