charigyang / motiongrouping

Repository accompanying the paper: Self-supervised Video Object Segmentation by Motion Grouping. C. Yang, H. Lamdouar, E. Lu, A. Zisserman, W. Xie.
BSD 2-Clause "Simplified" License
240 stars 35 forks source link

Decoder failed on custom data #13

Open litaldavar opened 2 years ago

litaldavar commented 2 years ago

Hello,

I have tried to use the code on my own dataset. The first stage (run_inference.py) was successful. After adding my dataset name to the config file and to the parser (train ,eval), I tried to run the model.

I got an error from a cpp file image

your help will be much appreciated