-
Notifications
You must be signed in to change notification settings - Fork 21
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 #232 from InnopolisUni/mm
Mmdetection 3d integration
- Loading branch information
Showing
21 changed files
with
5,946 additions
and
3,038 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,6 +1,7 @@ | ||
./data | ||
wandb/ | ||
lightning_logs/ | ||
mmdetection3d/ | ||
*.pth | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
task: | ||
- 3d-detection | ||
|
||
name: lep_3d | ||
description: Набор данных содержит видео облетов c бпла над территорией линии электропередач | ||
|
||
markup_info: Набор данных содержит разметку bounding box, под формат детекции столбов ЛЭП. | ||
date_time: 10.06.2024 | ||
|
||
_target_: innofw.core.integrations.mmdetection.datamodule.Mmdetection3DDataModuleAdapter | ||
|
||
train: | ||
source: https://api.blackhole.ai.innopolis.university/public-datasets/lep_3d_detection/train.zip | ||
target: ./data/lep3d | ||
|
||
test: | ||
source: https://api.blackhole.ai.innopolis.university/public-datasets/lep_3d_detection/test.zip | ||
target: ./data/lep3d | ||
|
||
infer: | ||
source: https://api.blackhole.ai.innopolis.university/public-datasets/lep_3d_detection/test.zip | ||
target: ./data/lep3d | ||
|
||
num_workers: 8 | ||
|
||
val_size: 0.2 | ||
num_classes: 4 |
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,14 @@ | ||
# @package _global_ | ||
defaults: | ||
- override /models: detection-3d/base | ||
- override /datasets: detection-3d/lep_3d_dataset | ||
- override /optimizers: adam | ||
|
||
project: "lep_3d_det" | ||
task: "3d-detection" | ||
random_seed: 42 | ||
epochs: 10 | ||
batch_size: 2 | ||
weights_freq: 1 | ||
accelerator: gpu | ||
devices: 0 |
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 @@ | ||
_target_: innofw.core.integrations.mmdetection.model_adapter.BaseMmdetModel | ||
description: "base model for 3D point cloud detection" | ||
name: "Base 3D model" |
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
Empty file.
Oops, something went wrong.