Browse Source

add max dets

yjh0410 2 years ago
parent
commit
aa52a1014c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dataset/build.py

+ 0 - 1
dataset/build.py

@@ -8,7 +8,6 @@ try:
     from .data_augment.yolov5_augment import YOLOv5Augmentation, YOLOv5BaseTransform
 
 except:
-    print(999)
     from voc import VOCDetection
     from coco import COCODataset
     from ourdataset import OurDataset