Peter Lin 3 лет назад
Родитель
Сommit
aff79bfdc0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      train_config.py

+ 2 - 2
train_config.py

@@ -47,7 +47,7 @@ DATA_PATHS = {
     },
     'background_videos': {
         'train': '../matting-data/BackgroundVideos/train',
-        'valid': '../matting-data/BackgroundVideos/train',
+        'valid': '../matting-data/BackgroundVideos/valid',
     },
     
     
@@ -65,4 +65,4 @@ DATA_PATHS = {
         'annfile': '../matting-data/YouTubeVIS/train/instances.json',
     }
     
-}
+}