-
Notifications
You must be signed in to change notification settings - Fork 27
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
ray_samples_packed=ray_samples_packed.compact_to_valid_samples() #14
Comments
It seems that there were no foreground samples created by the network, If there are still issues, please send me a sample of the dataset you want to run and I can take a look at it. |
|
my code
|
intrin |
color images |
AFTER ray_samples_packed=ray_samples_packed.compact_to_valid_samples()
ray_samples_packed
In [2]: fg_ray_samples_packed.samples_pos
Out[2]: tensor([], size=(0, 3))
what should i do to fix this?
The text was updated successfully, but these errors were encountered: