-
Notifications
You must be signed in to change notification settings - Fork 21
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
depth load in dataloader file #7
Comments
Thank you for your interests very much. I really missed your point. Before, what I did was I normalized all the input images. There is no problem with that, so ignore your problem. You can directly use this link(https://github.com/jiwei0921/RGBD-SOD-datasets) to download and test images, which is available. I will pay attention to the problems you mentioned and update them in time. |
Hi @jiwei0921 I think I ran into a similar issue as @zhoufengbuaa . Versions: When trying to load the files: 1342_ro90 & 1323_flr in the data_loaders
When I'm going to test removing those files from the provided training dataset and see if that fixes the issue. Will report back if that fixes the issue. Here's the code I used to find the files w/ issues:
|
In your code you use "depth = np.array(depth, dtype=np.uint8)" to load your depth image, I was wondering maybe this is not okay. Because of the depth value is much bigger than 255. If you use 'np.uint8', the depth value is not correct when loaded.
Thank you very much. @jiwei0921
The text was updated successfully, but these errors were encountered: