-
Notifications
You must be signed in to change notification settings - Fork 21
Training NextCategory #1
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
Comments
Hi, I meet the same problem with you. How do you deal with this? Thank you! |
Hi, I ended up replacing that line with where I defined |
Thank you! And how you deal with the second-tier objects? It seems lack of the "relation" files.. |
this is correct. somehow these lines were commented out for the version we used to prepare the code release and I simply removed those comments :) |
Relation files were included in certain versions of the dataset release. If those are not available, they need to be manually computed. |
Hi, When you train the NextCategory model, are you training only based on full rooms? I'm asking because when I follow the algorithm, seems like you are setting the cat_only flag to True, and that leads to:
fast-synth/scene-synth/latent_dataset.py
Line 371 in 863213b
when then leads to output_node being None which leads to only full scenes with t_cat = <STOP> labels.
The text was updated successfully, but these errors were encountered: