yjh0410 2 anni fa
parent
commit
79039778e0
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dataset/build.py

+ 1 - 0
dataset/build.py

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