Closed rgoggins closed 2 years ago
I have the same problem, I don't know exactly which dataset file, did you solve your problem?
Unfortunately, no. I ended up trying most of them and couldn't find any with glb or navmesh files. If you are able to get any of the datasets working, let me know which link you used.
I am solving this problem these days, if it is solved I will inform you, learn from each other!
------------------ 原始邮件 ------------------ 发件人: "devendrachaplot/Neural-SLAM" @.>; 发送时间: 2022年8月8日(星期一) 中午12:17 @.>; @.**@.>; 主题: Re: [devendrachaplot/Neural-SLAM] Broken Pipe arising from data missing (Issue #59)
Unfortunately, no. I ended up trying most of them and couldn't find any with glb or navmesh files. If you are able to get any of the datasets working, let me know which link you used.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
The answer could be that you use the input data from the datasets listed and the habitat-sim repo to generate the files. Take a look here:
I am not sure if this issue was resolved, but you need to fill this google form: https://docs.google.com/forms/d/e/1FAIpQLScWlx5Z1DM1M-wTSXaa6zV8lTFkPmTHW1LqMsoCBDWsTDjBkQ/viewform
And then download gibson_habitat_trainval.zip.
I am solving this problem these days, if it is solved I will inform you, learn from each other! … ------------------ 原始邮件 ------------------ 发件人: "devendrachaplot/Neural-SLAM" @.>; 发送时间: 2022年8月8日(星期一) 中午12:17 @.>; @.**@.>; 主题: Re: [devendrachaplot/Neural-SLAM] Broken Pipe arising from data missing (Issue #59) Unfortunately, no. I ended up trying most of them and couldn't find any with glb or navmesh files. If you are able to get any of the datasets working, let me know which link you used. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Had you fine the dataset? Can you share with me?
Hi,
I wanted to raise an issue because I am having a great deal of difficulty finding the correct gibson dataset.
I am getting a broken pipe while running
python3 main.py -n1 --auto_gpu_config 0 --split val
due to being unable to load the scene_dataset Cantwell.glb.Here is the stacktrace for reference:
In order to load the data into Neural-SLAM/, I tried downloading the gibson_tiny, but there was no folder for Cantwell, I then tried downloading the gibson_full dataset and found a Cantwell folder, but the only data the folder contains is camera_poses.csv, mesh_z_up.obj, mesh.obj, a folder titled "pano" and three subfolders "mist", "points" and "rgb". None of these folders contain a .glb or a .navmesh file. I am confused as to what exact zipped data file is the correct one as the Google Form that is listed on the StanfordVL/GibsonEnv repository contains download links for >10 different files and I don't want to download all of these locally.
The current link for downloading Gibson dataset is here: https://github.com/StanfordVL/GibsonEnv/blob/master/gibson/data/README.md
It has links to a Google form that allows you to get access to download links, but none of those links actually appear to have glb files or navmesh files.
Is there a specific download link that I can follow to find the dataset that is required to run the basic main script to test the pretrained models?