Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ztsrxh authored Apr 20, 2024
1 parent 82485ef commit a28a2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ python test.py --stereo --loadckpt 'xxx.ckpt' # test RoadBEV-stereo
## Results
### Pretrained Model
[RoadBEV-mono](https://drive.google.com/file/d/1i-QgX8rLTDUmqpRN7bM4_AzK8dgk_PUn/view?usp=sharing),
[RoadBEV-stereo](https://drive.google.com/file/d/1H9vBRGISG97-PmtxcaKA4FzezX0wcXg-/view?usp=sharing)
[RoadBEV-stereo](https://drive.google.com/file/d/1H5mTGfr2udMfYxvoqKXPsuo_-Ggu1mib/view?usp=sharing)

### Performance for road surface reconstruction with RoadBEV-mono
| Method | Abs. err. (cm) | RMSE | >0.5cm (%) |
Expand All @@ -123,7 +123,7 @@ python test.py --stereo --loadckpt 'xxx.ckpt' # test RoadBEV-stereo
| CFNet | 0.647 | 0.760 | 50.8 |
| ACVNet | 0.596 | 0.723 | 46.2 |
| GwcNet | 0.588 | 0.711 | 44.9 |
| RoadBEV-stereo(Ours) | 0.512 | 0.623 | 38.2 |
| RoadBEV-stereo(Ours) | 0.503 | 0.609 | 37.0 |

### Distance-wise absolute error
![image](imgs/comparison.png)
Expand Down

0 comments on commit a28a2dd

Please sign in to comment.