forked from princeton-vl/infinigen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rendering improvements (princeton-vl/infinigen_internal/princeton-vl#39)
* Tweak render_video_final * Remove random config choosing from core.py * Create tools/pipeline_configs/base.gin, move scenetype distribution configs into it * Create noshortrender config to test on IONIC * Implement slurm niceness override, add it to render_video_final.sh * Only include camera 0 in parse_video output * Read slurm partition from ENVVAR by default * Fix config postprocess * Fix slurm envvar * Typo fixes * Use roundrobin by default * Rendering tweaks * Change trailer.gin to video.gin with 720p res * Fix niceness * Set exclude_nodes list via envvar, move niceness configs into slurm.gin * Create render_video_720p.sh, start off experimental.gin but more needs adding * Add dryrun options * Fix --override vs --overrides * Move legacy task.Fine * Retool upload func * Add slurm_1h and stereo config * Rendering & typo fixes * Update render script and slurm.gin mem amounts * Fix excluded gpus * Add queues stats to wandb, add pandas to requirements.txt * Fix num_concurrent reset 24h later * Dont keep working on scenes which have had a fatal crash * Add new timeout message to error parsing * Fix overly nested upload dirs * Add thread limit to local jobs
- Loading branch information
1 parent
887eb82
commit 6e17b5c
Showing
39 changed files
with
514 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
v1.0.0 - Beta code release <br> | ||
v1.0.1 - BSD-3 license, expanded ground-truth docs, show line-credits, miscellaneous fixes | ||
v1.0.1 - BSD-3 license, expanded ground-truth docs, show line-credits, miscellaneous fixes <br> | ||
v1.0.2 - New documentation, plant improvements, disk and reproducibility improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,5 @@ landlab==2.4.1 | |
scikit-learn | ||
psutil | ||
pyrender | ||
pytest | ||
pandas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# things that are not quite fully working correctly, but you can use if you please | ||
|
||
render_image.motion_blur = True # not fully supported in ground truth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Oops, something went wrong.