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

Data Conversion has issues #1

Open
zzs95 opened this issue Oct 14, 2022 · 1 comment
Open

Data Conversion has issues #1

zzs95 opened this issue Oct 14, 2022 · 1 comment

Comments

@zzs95
Copy link

zzs95 commented Oct 14, 2022

Data conversion description and code do not match.
Should uncomment this line for the first time running in train.py

data_generator.build_dataset(val_index, test_index, opt.test_mode) # uncomment for online data generation

@han-liu
Copy link
Owner

han-liu commented Nov 2, 2022

Thanks for pointing it out. This line of code should indeed be uncommented for the first time of training. Once the dataset has been generated, we can comment this line to skip the data generation process. I've uncommented this line in the train.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