Closed bryanbocao closed 1 year ago
video_path=‘./data/DAVIS’ is OK, JPEGImages/480p is not needed @bryanbocao
@hopesala Thanks for your reply.
Fixed it by
video_path = '../data/DAVIS/'
where folder structure is as follows
BIRNAT/
|data/DAVIS/
|train/data_generation.m
Dear Authors, thanks for sharing the code! I was trying to reproduce the training procedure on Ubuntu 18.04.
When I run
python3 train.py
, I gotThen I go back to generate the training data accordingly. First install MATLAB, download the TrainVal 480p Semi-supervised from DAVIS2017 and put it in the following folder: '/BIRNAT/data/DAVIS/',
but it doesn't seem working. Any help would be great. Thanks!