ソースを参照

Update train_config.py

Peter Lin 3 年 前
コミット
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',
     }
     
-}
+}