Skip to content

Commit be2976b

Browse files
Guglielmo CamporeseGuglielmo Camporese
authored andcommitted
updated readme
1 parent d4643f3 commit be2976b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
12
# Hands Segmentation in PyTorch - A Plug and Play Model
23

34
If you need hands segmentations for your project, you are in the correct place!
45

5-
```
6-
If you use the code of this repo and you find this project useful, please consider to give a star ⭐ !
7-
```
6+
```bash
7+
If you use the code of this repo and you find this project useful,
8+
please consider to give a star ⭐!
9+
```
10+
11+
## Updates
12+
- **[2021/04/03]** - The code is online!
13+
- **[2022/08/04]** - This repo was used in the 3rd model entry at the "AI City Challenge 2022" challenge at CVPR 2022.
14+
- [VISTA: Vision Transformer enhanced by U-Net and Image Colorfulness Frame Filtration for Automatic Retail Checkout](https://openaccess.thecvf.com/content/CVPR2022W/AICity/papers/Shihab_VISTA_Vision_Transformer_Enhanced_by_U-Net_and_Image_Colorfulness_Frame_CVPRW_2022_paper.pdf), Shihab et al, CVPRW 2022.
815

916
# Direct Usage form Torch Hub
1017

@@ -203,3 +210,4 @@ python main.py \
203210

204211

205212

213+

0 commit comments

Comments
 (0)