admin commited on
Commit
970a67d
·
1 Parent(s): 424a78d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,9 +18,9 @@ This repository consolidates the collection of backbone networks for pre-trained
18
 
19
  ## Viewer
20
  <https://huggingface.co/spaces/monet-joe/cv-backbones>
21
- | ver | type | input_size | url |
22
- | :-----------------------------------------: | :-------------------------------: | :-------------------------------: | :-------------------------------: |
23
- | backbone name(for example wide_resnet101_2) | backbone type(for example resnet) | input image size(for example 224) | url of pretrained model .pth file |
24
 
25
  ## Maintenance
26
  ```bash
 
18
 
19
  ## Viewer
20
  <https://huggingface.co/spaces/monet-joe/cv-backbones>
21
+ | ver | type | input_size(NxN) | url(https://download.pytorch.org/models/*) |
22
+ | :-----------------------------------------: | :-------------------------------: | :-------------------------------: | :--------------------------------------------------------------------------------------------------------------: |
23
+ | backbone name(for example wide_resnet101_2) | backbone type(for example resnet) | input image size(for example 224) | url of pretrained model .pth file(for example https://download.pytorch.org/models/wide_resnet101_2-d733dc28.pth) |
24
 
25
  ## Maintenance
26
  ```bash