File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,18 @@ Semantic segmentation is a key technology for autonomous vehicles to understand
16
16
17
17
<!-- [IMAGE] -->
18
18
19
- <!-- < div align=center>
20
- <img src="https://raw.githubusercontent.com/ydhongHIT/DDRNet/main/figs/DDRNet_seg.png" width="60 %"/>
21
- </div> -->
19
+ <div align =center >
20
+ <img src =" https://raw.githubusercontent.com/ydhongHIT/DDRNet/main/figs/DDRNet_seg.png " width =" 80 %" />
21
+ </div >
22
22
23
23
## Results and models
24
24
25
25
### Cityscapes
26
26
27
- | Method | Backbone | Crop Size | Lr schd | Mem(GB) | Inf time(fps) | Device | mIoU | mIoU(ms+flip) | config | download |
28
- | ------ | ------------- | --------- | ------- | ------- | ------------- | -------- | ----- | ------------- | ------------ | ------------ |
29
- | DDRNet | DDRNet23-slim | 1024x1024 | 120000 | | 85.85 | RTX 8000 | 77.85 | 79.80 | [ config] ( < > ) | model \| log |
30
- | DDRNet | DDRNet23 | 1024x1024 | 120000 | | 33.41 | RTX 8000 | 79.53 | 80.98 | [ config] ( < > ) | model \| log |
31
- | DDRNet | DDRNet39 | 1024x1024 | 120000 | | | RTX 8000 | | | [ config] ( < > ) | model \| log |
27
+ | Method | Backbone | Crop Size | Lr schd | Mem(GB) | Inf time(fps) | Device | mIoU | mIoU(ms+flip) | config | download |
28
+ | ------ | ------------- | --------- | ------- | ------- | ------------- | ------ | ----- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
29
+ | DDRNet | DDRNet23-slim | 1024x1024 | 120000 | 1.70 | 85.85 | A100 | 77.84 | 80.15 | [ config] ( https://github.com/open-mmlab/mmsegmentation/blob/main/configs/ddrnet/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024.py ) | [ model] ( https://download.openmmlab.com/mmsegmentation/v0.5/ddrnet/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024_20230426_145312-6a5e5174.pth ) \| [ log] ( https://download.openmmlab.com/mmsegmentation/v0.5/ddrnet/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024/ddrnet_23-slim_in1k-pre_2xb6-120k_cityscapes-1024x1024_20230426_145312.json ) |
30
+ | DDRNet | DDRNet23 | 1024x1024 | 120000 | 7.26 | 33.41 | A100 | 79.99 | 81.71 | [ config] ( https://github.com/open-mmlab/mmsegmentation/blob/main/configs/ddrnet/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024.py ) | [ model] ( https://download.openmmlab.com/mmsegmentation/v0.5/ddrnet/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024_20230425_162633-81601db0.pth ) \| [ log] ( https://download.openmmlab.com/mmsegmentation/v0.5/ddrnet/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024/ddrnet_23_in1k-pre_2xb6-120k_cityscapes-1024x1024_20230425_162633.json ) |
32
31
33
32
## Notes
34
33
You can’t perform that action at this time.
0 commit comments