Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use ILSVRC-VID dataset to train ? #44

Open
SimJJ96 opened this issue Dec 29, 2021 · 1 comment
Open

Is it possible to use ILSVRC-VID dataset to train ? #44

SimJJ96 opened this issue Dec 29, 2021 · 1 comment

Comments

@SimJJ96
Copy link

SimJJ96 commented Dec 29, 2021

Hi, thanks for sharing your work! I was wondering if it is possible to train the model on ILSVRC-VID or YTB-VOS dataset instead?

I have tried creating a dataset ILSVRC and YTB-VOS dataset that returns a Tensor[F, H, W, C], where F is the number of frames of the image without transformation. However, after passing through the train transformation, it returns a tuple instead.

This tuple in turn gave me an error at train.py under train_one_epoch, video = video.to(device) list object has no attribute to. How can I rectify this issue? Thanks.

@jimmy-dq
Copy link

jimmy-dq commented Sep 8, 2023

@SimJJ96 , Hi, have you successfully trained w/ YTB-VOS dataset? I tried this dataset but got very low VOS performance on DAVIS17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants