Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- deep-learning
|
| 6 |
+
- vision
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# COOPERTRIM
|
| 10 |
+
|
| 11 |
+
## Model Description
|
| 12 |
+
COOPERTRIM: Adaptive Data Selection for Uncertainty-Aware Cooperative Perception (ICLR 2026)
|
| 13 |
+
|
| 14 |
+
The models starting with "det" are Cooperative 3D detection models for corresponding datasets OPV2V and V2V4REAL.
|
| 15 |
+
Rest all other models are Cooperative Segmentation models on OPV2V.
|
| 16 |
+
The corresponding configs are found at: https://github.com/shilpa2301/CooperTrim/tree/master/configs
|
| 17 |
+
|
| 18 |
+
## How to use
|
| 19 |
+
Download the necessary model and place it in the same config folder as config.yaml will be placed for training/inference.
|
| 20 |
+
|
| 21 |
+
# code here
|
| 22 |
+
Github Link: https://github.com/shilpa2301/CooperTrim/tree/master
|