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

About the resnet18 backbone #2

Closed
chrismcruiz opened this issue Oct 8, 2021 · 1 comment
Closed

About the resnet18 backbone #2

chrismcruiz opened this issue Oct 8, 2021 · 1 comment

Comments

@chrismcruiz
Copy link

Hi, I was wondering if the resnet18 backbone that you guys posted here is from the non-iterative or the iterative approach. I suppose is from the non-iterative but I'm not quite sure.

Finally, can I use the feature extractor function that you provided into another dataset? and if so, what should be the set up?

Thanks in advance.

@ycmin95
Copy link
Collaborator

ycmin95 commented Oct 10, 2021

@chrismcruiz
Hi, the released model is based on the proposed VAC, which is the non-iterative approach. We have not conducted cross dataset experiments yet. From my understanding, the feature extractor can be applied on another dataset, you need to change the dataloader and adopt the "features" mode, which will extract frame-wise features.
However, the posture distribution from different datasets may be different, maybe it will not achieve optimal performance, it is better to finetune or train on another dataset.

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