Update train_config.py

pull/77/head
Peter Lin 3 years ago committed by GitHub
parent 8451b88f4f
commit aff79bfdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ DATA_PATHS = {
}, },
'background_videos': { 'background_videos': {
'train': '../matting-data/BackgroundVideos/train', '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', 'annfile': '../matting-data/YouTubeVIS/train/instances.json',
} }
} }

Loading…
Cancel
Save