-
Notifications
You must be signed in to change notification settings - Fork 6
Test model with custom data #2
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
Comments
hello bron i also have this question |
Hi, The load image utils expects a dictionary when file format is given in .mat. A .mat file also stores data in a dictionary style. You can create the dictionary with Hope it helps |
thank you very much for your reply,but i have a new problem python main.py --config_file config/itop_config_file.json \ --image_sample img_samples/itop/tset.png \ --output_path output_dir |
Hi, |
Hi, @af-doom, @legan78, thank you for your reply:) I tested my depth images and I met this error:
Besides, I'm not sure about how to convert my depth images into [1, 1, width, height]. May I have your suggestions to fix these problems? |
Hi, @legan78, now I can test my own depth images. One of the results like the following figure: My depth image size: 320x240 and I convert .png file into .npy. May I have your suggestions to get better results? |
Hi, Thank you for the great work.
I have depth images and I'm wondering how to convert it into .npy or .mat file? I can use some tools transform depth images to .mat files, but when I test model with these data, I got KeyError: 'depth' information.
I would be grateful if you could give me some suggestions to achieve it.
Best wishes,
Yicheng
The text was updated successfully, but these errors were encountered: