Commit 9c595c7 1 parent ed9ae89 commit 9c595c7 Copy full SHA for 9c595c7
File tree 2 files changed +8
-2
lines changed
perception/lidar_transfusion
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ ros2 launch lidar_transfusion lidar_transfusion.launch.xml log_level:=debug
63
63
64
64
You can download the onnx format of trained models by clicking on the links below.
65
65
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 )
67
67
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.
69
69
70
70
### Changelog
71
71
Original file line number Diff line number Diff line change 61
61
"default" : " $(var model_path)/transfusion.engine" ,
62
62
"pattern" : " \\ .engine$"
63
63
},
64
+ "num_proposals" : {
65
+ "type" : " integer" ,
66
+ "description" : " Number of proposals at TransHead." ,
67
+ "default" : 500 ,
68
+ "minimum" : 1
69
+ },
64
70
"down_sample_factor" : {
65
71
"type" : " integer" ,
66
72
"description" : " A scale factor of downsampling points" ,
You can’t perform that action at this time.
0 commit comments