You are on page 1of 2

python example.py --datasets VOC --img_path .

/images/images/beans --label
./images/annotations/beans --convert_output_path ./images/yolo_darknet/beans --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/cake --label


./images/annotations/cake --convert_output_path ./images/yolo_darknet/cake --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/candy --label


./images/annotations/candy --convert_output_path ./images/yolo_darknet/candy --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/cereal --label


./images/annotations/cereal --convert_output_path ./images/yolo_darknet/cereal --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/chips --label


./images/annotations/chips --convert_output_path ./images/yolo_darknet/chips --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/chocolate --label


./images/annotations/chocolate --convert_output_path
./images/yolo_darknet/chocolate --img_type ".png" --manifest_path ./images/ --
cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/coffee --label


./images/annotations/coffee --convert_output_path ./images/yolo_darknet/coffee --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/corn --label


./images/annotations/corn --convert_output_path ./images/yolo_darknet/corn --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/fish --label


./images/annotations/fish --convert_output_path ./images/yolo_darknet/fish --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/flour --label


./images/annotations/flour --convert_output_path ./images/yolo_darknet/flour --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/honey --label


./images/annotations/honey --convert_output_path ./images/yolo_darknet/honey --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/jam --label


./images/annotations/jam --convert_output_path ./images/yolo_darknet/jam --img_type
".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/juice --label


./images/annotations/juice --convert_output_path ./images/yolo_darknet/juice --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/milk --label


./images/annotations/milk --convert_output_path ./images/yolo_darknet/milk --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/nuts --label


./images/annotations/nuts --convert_output_path ./images/yolo_darknet/nuts --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/oil --label


./images/annotations/oil --convert_output_path ./images/yolo_darknet/oil --img_type
".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/pasta --label


./images/annotations/pasta --convert_output_path ./images/yolo_darknet/pasta --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/rice --label


./images/annotations/rice --convert_output_path ./images/yolo_darknet/rice --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/soda --label


./images/annotations/soda --convert_output_path ./images/yolo_darknet/soda --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/spices --label


./images/annotations/spices --convert_output_path ./images/yolo_darknet/spices --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/sugar --label


./images/annotations/sugar --convert_output_path ./images/yolo_darknet/sugar --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/tea --label


./images/annotations/tea --convert_output_path ./images/yolo_darknet/tea --img_type
".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/tomato_sauce --


label ./images/annotations/tomato_sauce --convert_output_path
./images/yolo_darknet/tomato_sauce --img_type ".png" --manifest_path ./images/ --
cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/vinegar --label


./images/annotations/vinegar --convert_output_path ./images/yolo_darknet/vinegar --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

python example.py --datasets VOC --img_path ./images/images/water --label


./images/annotations/water --convert_output_path ./images/yolo_darknet/water --
img_type ".png" --manifest_path ./images/ --cls_list_file ./images/classes.names

You might also like