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

Dataset #10

Open
cv-chaitali opened this issue Jul 12, 2023 · 5 comments
Open

Dataset #10

cv-chaitali opened this issue Jul 12, 2023 · 5 comments

Comments

@cv-chaitali
Copy link

Can you please mention how your dataset looks like. I am trying to implement your work [your code] But something is wrong with the way I downloaded dataset I guess. It's showing num_sample=0.

You work is amazing and I am working on a similar topic. Your reply will be helpful on this issue.
thank you again.

@surtantheta
Copy link

I am also facing the same issue. Have you found a solution to this ?

@gzgwink
Copy link

gzgwink commented Sep 5, 2023

I am also facing the same issue.

@RaccoonDML
Copy link

i download the whole co3d dataset of category 'hydrant' [about 180+G], and the problem of 'num_sample=0' is gone. but I got a new error:

"/home/mldai/miniconda3/envs/pytorch3d/lib/python3.9/site-packages/pytorch3d/implicitron/dataset/frame_data.
py", line 671, in _load_images
    image_rgb *= fg_probability
TypeError: unsupported operand type(s) for *=: 'numpy.ndarray' and 'Tensor'

@RaccoonDML
Copy link

fixed it by common issue #2
image_rgb = torch.from_numpy(load_image(self._local_path(path)))

@gzgwink
Copy link

gzgwink commented Sep 12, 2023

i download the whole co3d dataset of category 'hydrant' [about 180+G], and the problem of 'num_sample=0' is gone. but I got a new error:

"/home/mldai/miniconda3/envs/pytorch3d/lib/python3.9/site-packages/pytorch3d/implicitron/dataset/frame_data.
py", line 671, in _load_images
    image_rgb *= fg_probability
TypeError: unsupported operand type(s) for *=: 'numpy.ndarray' and 'Tensor'

I also download the whole co3d dataset of category 'hydrant',but this file size is 129 GB.

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

4 participants