We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db87bc commit ccd6cd3Copy full SHA for ccd6cd3
pytorch_object_detection/yolov3_spp/calculate_dataset.py
@@ -6,8 +6,8 @@
6
"""
7
import os
8
9
-train_annotation_dir = "/data/my_yolo_dataset/train/labels"
10
-val_annotation_dir = "/data/my_yolo_dataset/val/labels"
+train_annotation_dir = "./my_yolo_dataset/train/labels"
+val_annotation_dir = "./my_yolo_dataset/val/labels"
11
classes_label = "./data/my_data_label.names"
12
cfg_path = "./cfg/yolov3-spp.cfg"
13
0 commit comments