Skip to content

Commit 9c595c7

Browse files
committed
update README
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent ed9ae89 commit 9c595c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

perception/lidar_transfusion/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ ros2 launch lidar_transfusion lidar_transfusion.launch.xml log_level:=debug
6363

6464
You can download the onnx format of trained models by clicking on the links below.
6565

66-
- TransFusion: [transfusion.onnx](https://awf.ml.dev.web.auto/perception/models/transfusion/v1/transfusion.onnx)
66+
- TransFusion: [transfusion.onnx](https://awf.ml.dev.web.auto/perception/models/transfusion/t4xx1_90m/v2/transfusion.onnx)
6767

68-
The model was trained in TIER IV's internal database (~11k lidar frames) for 20 epochs.
68+
The model was trained in TIER IV's internal database (~11k lidar frames) for 50 epochs.
6969

7070
### Changelog
7171

perception/lidar_transfusion/schema/transfusion.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
"default": "$(var model_path)/transfusion.engine",
6262
"pattern": "\\.engine$"
6363
},
64+
"num_proposals": {
65+
"type": "integer",
66+
"description": "Number of proposals at TransHead.",
67+
"default": 500,
68+
"minimum": 1
69+
},
6470
"down_sample_factor": {
6571
"type": "integer",
6672
"description": "A scale factor of downsampling points",

0 commit comments

Comments
 (0)