Skip to content
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

How to generate videos of indoor scenes? #290

Open
SergioArnaud opened this issue Aug 9, 2024 · 2 comments
Open

How to generate videos of indoor scenes? #290

SergioArnaud opened this issue Aug 9, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@SergioArnaud
Copy link

I ran the following command

python infinigen.manage_jobs.py --output_folder outputs/go_big_go_home --num_scenes 32 --pipeline_configs local_256GB.gin monocular_video.gin indoor_background_configs.gin --configs singleroom.gin fast_solve.gin --pipeline_overrides get_cmd.driver_script=infinigen_examples.generate_indoors --overrides compose_indoors.restrict_single_supported_roomtype=True --overwrite

In particular notice that I'm using the monocular_video.gin config. The issue I'm observing is that the images generated (Image_0_0_0001_0, Image_0_0_0002_0, ...) are exactly the same. Notice attatched Image_0_0_0001_0 and Image_0_0_0004_0.

Do you have any advice on how I can debug this?

Image_0_0_0001_0
Image_0_0_0004_0

@SergioArnaud SergioArnaud added the question Further information is requested label Aug 9, 2024
@araistrick
Copy link
Contributor

base_indoors.gin contains compose_indoors.animate_cameras_enabled = False, so you may have to remove this line to get the camera to move.

This line was added because I found our camera pathfinding script from nature had a low successrate in indoor scenes. It has not been fixed fully (I am working on this) but you can remove this line if you want to play with it for now.

@araistrick araistrick self-assigned this Aug 14, 2024
@SergioArnaud
Copy link
Author

Thanks for the context @araistrick !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants