Merge branch 'nerfstudio-project:main' into main #4
Annotations
10 errors and 2 warnings
Ruff (I001):
nerfstudio/data/dataparsers/scannet_dataparser.py#L17
nerfstudio/data/dataparsers/scannet_dataparser.py:17:1: I001 Import block is un-sorted or un-formatted
|
Ruff (PLR1722):
nerfstudio/data/dataparsers/scannet_dataparser.py#L242
nerfstudio/data/dataparsers/scannet_dataparser.py:242:13: PLR1722 Use `sys.exit()` instead of `exit`
|
Ruff (I001):
nerfstudio/scripts/exporter.py#L19
nerfstudio/scripts/exporter.py:19:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
nerfstudio/scripts/exporter.py#L41
nerfstudio/scripts/exporter.py:41:52: F401 `nerfstudio.data.scene_box.SceneBox` imported but unused
|
Ruff (E713):
nerfstudio/scripts/exporter.py#L819
nerfstudio/scripts/exporter.py:819:24: E713 Test for membership should be `not in`
|
Ruff (F841):
nerfstudio/scripts/exporter.py#L909
nerfstudio/scripts/exporter.py:909:5: F841 Local variable `num_pts` is assigned to but never used
|
Ruff (F841):
nerfstudio/scripts/exporter.py#L1648
nerfstudio/scripts/exporter.py:1648:9: F841 Local variable `nan_count` is assigned to but never used
|
Ruff (F841):
nerfstudio/scripts/exporter.py#L1652
nerfstudio/scripts/exporter.py:1652:9: F841 Local variable `lowopa_count` is assigned to but never used
|
Ruff (E712):
nerfstudio/scripts/exporter.py#L1678
nerfstudio/scripts/exporter.py:1678:12: E712 Avoid equality comparisons to `False`; use `if not os.path.exists(splat_path):` for false checks
|
Ruff (E712):
nerfstudio/scripts/exporter.py#L1678
nerfstudio/scripts/exporter.py:1678:51: E712 Avoid equality comparisons to `True`; use `if overwrite:` for truth checks
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|