MendoPower commited on
Commit
302a739
·
verified ·
1 Parent(s): 04fabb9

Upload grounding_dino_swin-t_finetune_8xb2_20e_concrete.py with huggingface_hub

Browse files
grounding_dino_swin-t_finetune_8xb2_20e_concrete.py CHANGED
@@ -1,4 +1,5 @@
1
- _base_ = 'grounding_dino_swin-t_finetune_16xb2_1x_coco.py'
 
2
 
3
  data_root = 'data/concrete_defect/'
4
  class_name = ('crack', 'corrosion', 'efflorescence', 'pothole', 'spalling')
 
1
+ # _base_ = 'grounding_dino_swin-t_finetune_16xb2_1x_coco.py'
2
+ _base_ = './grounding_dino_swin-t_finetune_16xb2_1x_coco.py'
3
 
4
  data_root = 'data/concrete_defect/'
5
  class_name = ('crack', 'corrosion', 'efflorescence', 'pothole', 'spalling')