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

Use of depth image #55

Open
jsw2000 opened this issue Jun 8, 2023 · 3 comments
Open

Use of depth image #55

jsw2000 opened this issue Jun 8, 2023 · 3 comments

Comments

@jsw2000
Copy link

jsw2000 commented Jun 8, 2023

Hi,

I have followed some graph-based networks on Physion. It is an excellent work, and I believe there will be lots of reserachers following this work. These days, I have some questions on the use of depth data:

  1. Let me use 'f' to represent one of your h5df files. Does f['frames'][‘0000']['images']['_depth'] mean depth image? It is a (512,512,3) image. And it is only a little different from rgb image, so it may not be. Could you tell me where could I find depth image in your hdf5 file?

2.['_depth'],['_normal'],['_flow'], these keys only appear in test hdf5 files, and I can't find them in training files. How to use these features in training phase?

Thank you very much if you would like to help!

@felixbinder
Copy link
Collaborator

Hi, thanks a lot for your question! I've tried reading out the depth data from a HDF5 from that dataset, and I can confirm that it indeed doesn't contain depth data, but rather the RGB data. That doesn't seem right—I'll follow up with some other folks on the project (@danielbear).

Re the training files: IIRC we didn't generate the depth data for the training data to keep the size manageable (the HDF5s can be quite large). If you need access to those fields, you could consider regenerating the data with the right flags set. The code to generate the dataset can be found here: https://github.com/neuroailab/tdw_physics/tree/Neurips2021

@jsw2000
Copy link
Author

jsw2000 commented Jun 11, 2023

Hi, thanks a lot for your question! I've tried reading out the depth data from a HDF5 from that dataset, and I can confirm that it indeed doesn't contain depth data, but rather the RGB data. That doesn't seem right—I'll follow up with some other folks on the project (@danielbear).

Re the training files: IIRC we didn't generate the depth data for the training data to keep the size manageable (the HDF5s can be quite large). If you need access to those fields, you could consider regenerating the data with the right flags set. The code to generate the dataset can be found here: https://github.com/neuroailab/tdw_physics/tree/Neurips2021

Thanks for your reply!

@danielbear
Copy link
Collaborator

danielbear commented Jun 11, 2023 via email

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

3 participants