-
Notifications
You must be signed in to change notification settings - Fork 18
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 Release Issue #23
Comments
Hi everyone, we have released our dataset. Please follow the instructions described on our README to obtain dataset access. Thanks. Best, |
Hello, |
Hi @eecoder-dyf, Sorry for the inconvenience and I have updated the permission. Thanks for your kind reminder. Best, |
Hello, Thanks for your released dataset! When I compare the released resized dataset with the resized dataset generated by your code, I find they are different. And, I think the later one is better from visualized 3D point cloud. Which one should I use? Thank you for your time. |
Hi @Earmu, Sorry for the delay in my response as I've been really busy lately. For your question, I think directly using the resized data set I provided should be sufficient. It sounds like the issue you mentioned might be caused by different resize parameters. For example, RGB images are typically best suited for bilinear interpolation, while depth images should use nearest neighbor interpolation to avoid generating interpolated depth values at the boundaries. However, this is just my personal opinion and you may want to do some additional research on this topic if you are interested. Best, |
Hello @tsunghan-wu , Thank you for reply. Sorry for misunderstanding. Before, I meant I used the method of line 149 in the dataloader.py to resize the depth map of 1280*1024, and I found that the resized result was different from the released dataset in Google driver. And, I think your opinions about inpterpolation method are reasonable. Now, I should modify the order parameter of skimage.transform.resize to resize depth map. (0: Nearest-neighbor, 1: Bi-linear (default)). Thank you for your time!!! |
Hi @ZhenshanLiang, Hmm... excuse me that I can't answer you why the results are inconsistent, as this work was done three years ago and I don't have the original dataset copy on hand. If you figure out why and would like to share it with me, feel free to let me know! Hope everything goes well for your ongoing work. Best, |
Hello @tsunghan-wu , OK! If I get some results, I will share them with you. Thank you for your patience. |
Hello, |
Hi everyone,
In the recent one month, I have received a lot of emails and messages regarding to the missing datasets issue. After digging in my lab servers, PC, old laptops and so on, I eventually found a copy of "pre-processed (resize operation)" ground truth data of Matterport3D as well as ScanNetv2. After that, I contacted Yinda Zhang for the news but did not receive any reply for a while. As it can be used for academic advancement, I decided to share them although it might be a bit different from the original data.
In the following 7-14 days, I will organize these data, upload to a "safer place", and publish rules for using datasets on our GitHub. Also, feel free to contact me if you own an "original copy". I will close this issue once I finish it.
Thanks for your patience.
The text was updated successfully, but these errors were encountered: