google-research / google-research/kubric
How to generate the whole dataset
- Dominant language
- Jupyter Notebook
- Stars
- 2.8k
- Forks
- 278
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for this awesome system. I have read the docs and readme.
It seemed that the provided scripts of movi is for generating one scene:
`docker run --rm --interactive \
--user $(id -u):$(id -g) \
--volume "$(pwd):/kubric" \
kubricdockerhub/kubruntu \
/usr/bin/python3 challenges/movi/movi_ab_worker.py \
--objects_set=clevr \
--background=clevr \
--camera=clevr`
I wonder how to generate the whole dataset? Need I write a new script to call such single scene generation command again and again?
Contributor guide
Research direction
Start by reviewing the README/docs and challenges/movi/movi_ab_worker.py, then verify how the single-scene command relates to whole-dataset generation. Done when the supported workflow for generating the whole dataset, including whether repeated scene generation is expected, is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- data, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100