We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb12be commit 98b66e2Copy full SHA for 98b66e2
SDT_V3/Detection/configs/_base_/datasets/coco_instance.py
@@ -1,6 +1,6 @@
1
# dataset settings
2
dataset_type = 'CocoDataset'
3
-data_root = '/public/liguoqi/coco_yolo/'
+data_root = '../coco_yolo/'
4
5
# Example to use different file client
6
# Method 1: simply set the data root and let the file I/O module
0 commit comments