Parcourir la source

Update train_config.py

Peter Lin il y a 3 ans
Parent
commit
aff79bfdc0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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',
     }
     
-}
+}