Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run ruff format check with diff
uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"
args: "format --check --diff"
Empty file modified opencood/pcdet_utils/iou3d_nms/src/iou3d_cpu.cpp
100755 → 100644
Empty file.
Empty file modified opencood/pcdet_utils/iou3d_nms/src/iou3d_cpu.h
100755 → 100644
Empty file.
Empty file modified opencood/pcdet_utils/iou3d_nms/src/iou3d_nms.h
100755 → 100644
Empty file.
Empty file modified opencood/pcdet_utils/iou3d_nms/src/iou3d_nms_api.cpp
100755 → 100644
Empty file.
Empty file modified opencood/pcdet_utils/iou3d_nms/src/iou3d_nms_kernel.cu
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified opencood/pcdet_utils/roiaware_pool3d/roiaware_pool3d_utils.py
100755 → 100644
Empty file.
Empty file modified opencood/pcdet_utils/roiaware_pool3d/src/roiaware_pool3d.cpp
100755 → 100644
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ docstring-code-format = true
#
# This only has an effect when the `docstring-code-format` setting is
# enabled.
docstring-code-line-length = "dynamic"
docstring-code-line-length = "dynamic"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ numpy==1.26.4
open3d
opencv-python
PyYAML
ruff
scikit-image
scipy
shapely
tensorboardX
timm
ruff
tqdm
Loading