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.
Reorganize the entire repo (breaks imports)
- Loading branch information
Showing
749 changed files
with
1,689 additions
and
388 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,33 +1,33 @@ | ||
[submodule "worldgen/infinigen_gpl"] | ||
path = worldgen/infinigen_gpl | ||
[submodule "infinigen/infinigen_gpl"] | ||
path = infinigen/infinigen_gpl | ||
url = https://github.com/princeton-vl/infinigen_gpl.git | ||
[submodule "process_mesh/dependencies/eigen"] | ||
path = process_mesh/dependencies/eigen | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/eigen"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/eigen | ||
url = https://gitlab.com/libeigen/eigen.git | ||
[submodule "process_mesh/dependencies/argparse"] | ||
path = process_mesh/dependencies/argparse | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/argparse"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/argparse | ||
url = https://github.com/p-ranav/argparse.git | ||
[submodule "process_mesh/dependencies/cnpy"] | ||
path = process_mesh/dependencies/cnpy | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/cnpy"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/cnpy | ||
url = https://github.com/rogersce/cnpy.git | ||
[submodule "process_mesh/dependencies/indicators"] | ||
path = process_mesh/dependencies/indicators | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/indicators"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/indicators | ||
url = https://github.com/p-ranav/indicators.git | ||
[submodule "process_mesh/dependencies/tinycolormap"] | ||
path = process_mesh/dependencies/tinycolormap | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/tinycolormap"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/tinycolormap | ||
url = https://github.com/yuki-koyama/tinycolormap.git | ||
[submodule "process_mesh/dependencies/glm"] | ||
path = process_mesh/dependencies/glm | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/glm"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/glm | ||
url = https://github.com/g-truc/glm.git | ||
[submodule "process_mesh/dependencies/fast_obj"] | ||
path = process_mesh/dependencies/fast_obj | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/fast_obj"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/fast_obj | ||
url = https://github.com/thisistherk/fast_obj.git | ||
[submodule "process_mesh/dependencies/json"] | ||
path = process_mesh/dependencies/json | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/json"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/json | ||
url = https://github.com/nlohmann/json.git | ||
[submodule "process_mesh/dependencies/stb"] | ||
path = process_mesh/dependencies/stb | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/stb"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/stb | ||
url = https://github.com/nothings/stb.git | ||
[submodule "process_mesh/dependencies/glfw"] | ||
path = process_mesh/dependencies/glfw | ||
[submodule "infinigen/datagen/custom_ground_truth/dependencies/glfw"] | ||
path = infinigen/datagen/custom_ground_truth/dependencies/glfw | ||
url = https://github.com/glfw/glfw.git |
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
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,11 @@ | ||
# TEMP. REMOVE BEFORE MERGE. | ||
|
||
HOSTFIRST=$(hostname | tr "." "\n" | head -n 1) | ||
JOBNAME=$(date '+%m_%d_%H_%M').$HOSTFIRST.$1 | ||
if [ "$2" = "dev" ]; then | ||
python -m infinigen.datagen.manage_jobs --output_folder $3/$JOBNAME --num_scenes 20 \ | ||
--pipeline_config $1 monocular_video_river enable_gpu opengl_gt --wandb_mode online --cleanup none --warmup_sec 12000 --config trailer_river dev reuse_terrain_assets simulated_river | ||
else | ||
python -m infinigen.datagen.manage_jobs --output_folder $3/$JOBNAME --num_scenes 50 \ | ||
--pipeline_config $1 monocular_video_river enable_gpu opengl_gt --wandb_mode online --cleanup big_files --warmup_sec 12000 --config trailer_river reuse_terrain_assets simulated_river high_quality_terrain | ||
fi |
2 changes: 1 addition & 1 deletion
2
worldgen/tools/scripts/render_video_1080p.sh → examples/scripts/render_video_1080p.sh
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
2 changes: 1 addition & 1 deletion
2
worldgen/tools/scripts/render_video_720p.sh → examples/scripts/render_video_720p.sh
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,6 @@ | ||
# TEMP. REMOVE BEFORE MERGE. | ||
|
||
HOSTFIRST=$(hostname | tr "." "\n" | head -n 1) | ||
JOBNAME=$(date '+%m_%d_%H_%M').$HOSTFIRST.$1 | ||
python -m infinigen.datagen.manage_jobs --output_folder $3/$JOBNAME --num_scenes $2 \ | ||
--pipeline_config $1 monocular_video enable_gpu opengl_gt --wandb_mode online --cleanup none --warmup_sec 10000 --config trailer high_quality_terrain reuse_terrain_assets use_on_the_fly_fire |
2 changes: 1 addition & 1 deletion
2
...dgen/tools/scripts/render_video_stereo.sh → examples/scripts/render_video_stereo.sh
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,7 +1,7 @@ | ||
HOSTFIRST=$(hostname | tr "." "\n" | head -n 1) | ||
JOBNAME=$(date '+%m_%d_%H_%M').$HOSTFIRST.$1 | ||
|
||
python -m tools.manage_datagen_jobs --output_folder outputs/$JOBNAME \ | ||
python -m infinigen.datagen.manage_jobs --output_folder outputs/$JOBNAME \ | ||
--num_scenes 1000 --pipeline_config stereo_video $@ cuda_terrain opengl_gt upload \ | ||
--wandb_mode online --cleanup except_logs --warmup_sec 35000 \ | ||
--configs high_quality_terrain |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
from .lichen import LichenFactory | ||
from .moss import MossFactory | ||
from .pine_needle import PineNeedleFactory |
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
Oops, something went wrong.