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

Question about training dataset #3

Open
WilliamHBW opened this issue Jul 17, 2023 · 1 comment
Open

Question about training dataset #3

WilliamHBW opened this issue Jul 17, 2023 · 1 comment

Comments

@WilliamHBW
Copy link

In trainer.py, the training dataset seeems to be set as Dataset from dataset_lossy.py, and only use the first four sequences from sequence_list, i.e. soldier/longdress/redandblack/loot. And the testing dataset used in test_owlii.py is from dataset_owlii.
However, according to the paper, the training dataset is generated from owlii and the model is tested on 8ivfb. Do these two strategy give similar results?

@ttlzfhy
Copy link
Owner

ttlzfhy commented Jul 17, 2023

The uploaded codes use 8iVFB for training and Owlii for testing because our proposals to MPEG AI-3DGC follow this experiment setting. To reproduce the results in the paper (Owlii for training and 8iVFB for testing), just change the parameters in trainer.py and test_owlii.py.

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