Skip to content

Commit

Permalink
Update benchmark.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzc06 authored Dec 27, 2021
1 parent 52b5358 commit dc272a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ Software environment:

## Detection on CULane

| Method | Model Name | Flops(G) | F1 Score |
| ------------ | ---------- | --------- | -------- |
| **AutoLane** | **CULane-S** | **66.5** | **71.5** |
| | **CULane-M** | **66.9** | **74.6** |
| | **CULane-L** | **273** | **75.2** |
| SCNN | - | 328.4 | 71.6 |
| SAD | - | 162.2 | 71.8 |
| PointLane | - | 25.1 | 70.2 |
| Method | Model Name | FLOPs(G) | Params| F1 Score |
| ------------ | ---------- | --------- | -------- |-------- |
| **AutoLane** | **CULane-S** | **2.09** | **4.57** | **71.5** |
| | **CULane-M** | **8.54** | **6.6** | **74.6** |
| | **CULane-L** | **2.08** | **7.32** | **75.2** |
| SCNN | - | 328.4 | - | 71.6 |
| SAD | - | 162.2 | - | 71.8 |
| PointLane | - | 25.1 | - | 70.2 |

## Super-Resolution on Set5

Expand Down

0 comments on commit dc272a9

Please sign in to comment.