-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request internal-188 from princeton-vl/develop
v1.5.0
- Loading branch information
Showing
1,031 changed files
with
141,915 additions
and
106,869 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,25 @@ | ||
# CODEOWNERS | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners | ||
|
||
# This file specifies only who must review each file, IE, who is the primary maintainer / responsibility holder | ||
|
||
# araistrick will review everything except where specified below | ||
* @araistrick | ||
|
||
infinigen/datagen/customgt/* @lahavlipson | ||
infinigen/tools/ground_truth/* @lahavlipson | ||
|
||
infinigen/terrain/* @mazeyu | ||
|
||
infinigen/core/constraints/evaluator/node_impl/* @karhankayan | ||
infinigen/core/constraints/example_solver/room/* @JerryLingjieMei | ||
|
||
infinigen/tools/export.py @David-Yan-1 | ||
|
||
infinigen/assets/utils/* @JerryLingjieMei | ||
infinigen/assets/fluid/* @karhankayan | ||
|
||
# Jerry will review all object assets except where specified below | ||
infinigen/assets/objects/* @JerryLingjieMei | ||
infinigen/assets/objects/creatures/* @araistrick | ||
infinigen/assets/objects/trees/* @araistrick |
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,33 @@ | ||
--- | ||
name: Question | ||
about: Ask for help using the system | ||
title: "" | ||
labels: 'question' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Steps to Reproduce | ||
If this relates to running the codebase, please provide steps to reproduce: | ||
|
||
### What version of the code were you using? | ||
Tell us the commit & commit hash from `git log` | ||
|
||
### What command did you run? | ||
|
||
|
||
### What are your FULL output logs? | ||
Provide the FULL output logs from your command as a txt file. | ||
|
||
### If this is your first time running Infinigen, what are the full install logs?** | ||
Run `pip install -v -e . > logs.txt 2>&1` and send logs.txt as an attachment. | ||
|
||
|
||
### Platform | ||
- OS & OS Version: | ||
- GPU (?) : | ||
- GPU Driver Version (?) : | ||
- RAM (GB): | ||
|
||
# Additional context | ||
Add any other context about the problem here. |
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
4 changes: 2 additions & 2 deletions
4
.github/ISSUE_TEMPLATE/request.md → .github/ISSUE_TEMPLATE/suggestion.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,8 @@ blender | |
blender.tar.xz | ||
Blender.app | ||
|
||
*.c | ||
|
||
.coverage | ||
coverage.xml | ||
|
||
|
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,16 +1,12 @@ | ||
|
||
repos: | ||
|
||
# config from https://black.readthedocs.io/en/stable/integrations/source_version_control.html | ||
#- repo: https://github.com/psf/black | ||
# rev: 23.7.0 | ||
# hooks: | ||
# - id: black | ||
# language_version: python3.10 | ||
|
||
# config from https://github.com/astral-sh/ruff-pre-commit | ||
- repo: https://github.com/astral-sh/ruff-pre-commit | ||
rev: v0.0.285 | ||
# Ruff version. | ||
rev: v0.4.9 | ||
hooks: | ||
# Run the linter. | ||
- id: ruff | ||
|
||
# Sort imports | ||
- id: ruff | ||
args: [--select, I, --fix] | ||
# Run the formatter. | ||
- id: ruff-format |
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
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
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,8 @@ | ||
import logging | ||
from pathlib import Path | ||
|
||
__version__ = "1.4.1" | ||
__version__ = "1.5.0" | ||
|
||
|
||
def repo_root(): | ||
return Path(__file__).parent.parent |
Oops, something went wrong.