-
Notifications
You must be signed in to change notification settings - Fork 13
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
HM3D dataset #4
Comments
Could you please guide me how to prepare the dataset folder? I have struggled for one week.... I use The error after I run the evaluation script is |
Thanks for your kindhearted reply, I will try! |
@Acytoo Thanks again, I have download 4 types data, but what should I put into the secen_dataset folder, what is the difference between scene_dataset folder and objectgoal_hm3d folder?? |
My new error is not related to the dataset: 05/10 20:15:49 detectron2]: Arguments: Namespace(confidence_threshold=0.9, config_file='configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml', input=['input1.jpeg'], opts=['MODEL.WEIGHTS', 'detectron2://COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl', 'MODEL.DEVICE', 'cuda:0'], output=None, video_input=None, webcam=False) |
@ybgdgh Could you please give me some suggestions? I really want to implement your project!! |
The semantic image dimension is not the same as RGB and Depth images. In my experience, this is caused by the version of the habitat-lab rope, but you can adjust the dimension of the semantic image by yourself to keep the same as RGBD images to solve it. |
finally,谢谢回复,我明天试试!!太难了😂 有什么问题再请教你。 |
uncomment the code semantic = np.expand_dims(semantic.astype(np.uint8), 2) in this will fix the concatenate error. I remembered it around line 234 of that file. Thie project required several modifications to run if you want the visualization. Don't be afraid to edit the code |
@Acytoo 十分感谢!好的! |
@Acytoo if possible,could you please pull request of your modifications as you mentioned? |
@ybgdgh One more question: What does those 5 false mean in the pic. and why LLM reward always be 0? |
sorry, I meet the same problem, how did you solve this problem?Thanks very much! And here is the error: |
Could you please tell me the uids names you used to download these four data sets? I didn't find them. When I download using uids hm3d_train only the v0.1 version will be downloaded. |
@rginjapan Can you tell me how you solved this problem? |
|
@BuleMyrtille This problem occurred a long time ago. If I remember correctly, it should be that the dataset was not downloaded completely. I did not find the automatically downloaded uid at that time. I downloaded and organized all the dataset manually. |
Thank you so much! |
How to get the sem_map of HM3D dataset? |
@rginjapan How to get the sem_map of HM3D dataset? |
@rginjapan Hi! Could you please tell me where did you get the |
|
https://github.com/matterport/habitat-matterport-3dresearch |
|
What is inside of objectgoal_hm3d folder ? v1 or v2?
I have tried both but got the following error:
[11:40:35:364217]:[Metadata] AttributesManagerBase.h(352)::createFromJsonOrDefaultInternal : : Proposing JSON name : data/scene_datasets/hm3d/val/00877-4ok3usBNeis/4ok3usBNeis.basis.stage_config.json from original name : data/scene_datasets/hm3d/val/00877-4ok3usBNeis/4ok3usBNeis.basis.glb| This file does not exist.
The text was updated successfully, but these errors were encountered: