diff --git a/.gitignore b/.gitignore index 8239519..445d1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,6 @@ example/main example/sample.jpg -example/coco.data example/coco.names -example/yolov3-320.cfg -example/yolov3-320.weights -example/yolov3-416.cfg -example/yolov3-416.weights example/yolov3.cfg example/yolov3.weights darknet.h @@ -13,4 +8,5 @@ darknet.h predictions.png predictions.jpg main -bad.list \ No newline at end of file +bad.list +data/ \ No newline at end of file