question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Generating my own dataset

See original GitHub issue

❓ Questions and Help

I only want to train on easy difficulty datasets. From what I can see, there isn’t a way to do this easily using the API. I’m willing to generate a new dataset using pointnav_generator.py, but I don’t understand how to convert/export it from a python Object to a json.gz like the other premade gibson datasets.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
rosanomcommented, Mar 9, 2020

I’ve found a python script by erikwijmans that shows exactly how to generate the navigation episodes given the environment mesh (glb): erikwijmans/create_pointnav_dataset.py Hope it helps!

1reaction
tfy14esacommented, Mar 4, 2020

The way I load a specific scene is similar to what is done in this example code. Note that this example code does not define a task and episodes but only uses habitat_sim.

Is this helpful to you?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to build your own dataset for Data Science projects
Dig up your hard drive for all those puppy images you've had in your lifetime. Begin with OpenCV, Python Imaging Library or matplotlib...
Read more >
Create your own dataset in 10 minutes! (Secret) - YouTube
Create your own dataset in 10 minutes! (Secret) | Fastai For Kids (ep.02) · Key moments. View all · Key moments · Description...
Read more >
Making datasets | Data Science and Machine Learning - Kaggle
The best solution for creating your own dataset it studying public datasets. Try going on sites like Github Awesome Datasets, Data.gov, and even...
Read more >
Creating your own dataset - Hugging Face Course
The final step is to push our dataset to the Hub. Let's take a look at how we can do that. Uploading the...
Read more >
Generate Your Own Dataset using GAN - Analytics Vidhya
To run this you will need training data. The training data can be any collection of images. I suggest using training data from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found