LarryTsai commited on
Commit
c320ed7
1 Parent(s): 9b699b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ Initial commits: codes for ImageNet-1k and ImageNet-22k classification are relea
25
 
26
  - [x] ImageNet-1K and 22k Training Code
27
  - [x] ImageNet-1K and 22k Model Weights
28
- - [ ] Cascade Mask R-CNN COCO Object Detection Code & Model Weights
29
  - [ ] ADE20k Semantic Segmentation Code & Model Weights
30
 
31
 
@@ -33,7 +33,7 @@ Initial commits: codes for ImageNet-1k and ImageNet-22k classification are relea
33
  RevCol is composed of multiple copies of subnetworks, named columns respectively, between which multi-level reversible connections are employed. RevCol coud serves as a foundation model backbone for various tasks in computer vision including classification, detection and segmentation.
34
 
35
  <p align="center">
36
- <img src="figures/title.png" width=100% height=100%
37
  class="center">
38
  </p>
39
 
 
25
 
26
  - [x] ImageNet-1K and 22k Training Code
27
  - [x] ImageNet-1K and 22k Model Weights
28
+ - [x] Cascade Mask R-CNN COCO Object Detection Code & Model Weights
29
  - [ ] ADE20k Semantic Segmentation Code & Model Weights
30
 
31
 
 
33
  RevCol is composed of multiple copies of subnetworks, named columns respectively, between which multi-level reversible connections are employed. RevCol coud serves as a foundation model backbone for various tasks in computer vision including classification, detection and segmentation.
34
 
35
  <p align="center">
36
+ <img src="https://huggingface.co/LarryTsai/RevCol/blob/main/figures/title.png" width=100% height=100%
37
  class="center">
38
  </p>
39