admin commited on
Commit
4b388ed
·
1 Parent(s): fe78cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -18,9 +18,16 @@ 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(NxN) | url(https://download.pytorch.org/models/*.pth) |
 
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
 
18
 
19
  ## Viewer
20
  <https://huggingface.co/spaces/monet-joe/cv-backbones>
21
+ ### Data Fields
22
+ | ver | type | input_size(NxN) | url<br>(https://download.pytorch.org/models/*.pth) |
23
  | :-----------------------------------------: | :-------------------------------: | :-------------------------------: | :--------------------------------------------------------------------------------------------------------------: |
24
+ | backbone name<br>(for example wide_resnet101_2) | backbone type<br>(for example resnet) | input image size<br>(for example 224) | url of pretrained model .pth file<br>(for example https://download.pytorch.org/models/wide_resnet101_2-d733dc28.pth) |
25
+
26
+ ### Splits
27
+ | subsets |
28
+ | :--: |
29
+ | IMAGENET1K_V1 |
30
+ | IMAGENET1K_V2 |
31
 
32
  ## Maintenance
33
  ```bash