-
Notifications
You must be signed in to change notification settings - Fork 38
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
Some problems encountered in preparing data #5
Comments
Hi, have you ever seen any error message? For depth, we directly use dgp codebase to generate groundtruth depth and we think there should not exist bugs. Have you check that whether downloaded RGB images are complete? |
Hi,does the depth folder also have this problem? |
The depth folder number is complete(000-199),but there are no npy files in some folders(000-143). |
Oh, for depth we only generate validation set, so 000-149 should be empty. However, for sift, we generate train set, and there should be 100-149 folders. You can delete multi-processing in sift_ddad.py and see whether there is a bug. Here is my wechat 18600500891, you can feel free to contact me. |
Facing a similar issue. There are 200 scenes in ddad. How to generate data using sift_ddad.py and match_ddad.py ? |
We use multiprocessing when generating sift data SurroundDepth/tools/sift_ddad.py Line 59 in 0156aef
|
Hi!
I follow the README to prepare DDAD data. But after I perform sift and match operations, I find that the content contained in the sift and match folders is not complete. There should be folders from 000 to 199, but the sift and match folders are not complete, my sift folder only contains 000 to 106, and my match folder only contains 001 to 144. The same problem also exists in the depth folder, the numbered files in this folder are complete (000 to 199), but some files are empty. Why are these situations?
The text was updated successfully, but these errors were encountered: