Skip to content

Commit ccd6cd3

Browse files
author
wz
committed
update default path
1 parent 6db87bc commit ccd6cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytorch_object_detection/yolov3_spp/calculate_dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"""
77
import os
88

9-
train_annotation_dir = "/data/my_yolo_dataset/train/labels"
10-
val_annotation_dir = "/data/my_yolo_dataset/val/labels"
9+
train_annotation_dir = "./my_yolo_dataset/train/labels"
10+
val_annotation_dir = "./my_yolo_dataset/val/labels"
1111
classes_label = "./data/my_data_label.names"
1212
cfg_path = "./cfg/yolov3-spp.cfg"
1313

0 commit comments

Comments
 (0)