diff --git a/nicolalandro_ntsnet-cub200_ntsnet.md b/nicolalandro_ntsnet-cub200_ntsnet.md index 3f4af21..710e3e0 100644 --- a/nicolalandro_ntsnet-cub200_ntsnet.md +++ b/nicolalandro_ntsnet-cub200_ntsnet.md @@ -22,7 +22,7 @@ model = torch.hub.load('nicolalandro/ntsnet-cub200', 'ntsnet', pretrained=True, **{'topN': 6, 'device':'cpu', 'num_classes': 200}) ``` -### Example Usage +### 사용 예제 ```python from torchvision import transforms @@ -55,11 +55,11 @@ with torch.no_grad(): print('bird class:', model.bird_classes[pred_id]) ``` -### Model Description -This is an nts-net pretrained with CUB200 2011 dataset, which is a fine grained dataset of birds species. +### 모델 설명 +이 모델은 세분화된 조류 데이터셋인 CUB200 2011 데이터셋으로 사전 학습된 nts-net입니다. -### References -You can read the full paper at this [link](http://artelab.dista.uninsubria.it/res/research/papers/2019/2019-IVCNZ-Nawaz-Birds.pdf). +### 참조 + [link](http://artelab.dista.uninsubria.it/res/research/papers/2019/2019-IVCNZ-Nawaz-Birds.pdf) - 여기에서 전체 내용을 읽을 수 있습니다. ```bibtex @INPROCEEDINGS{Gallo:2019:IVCNZ, author={Nawaz, Shah and Calefati, Alessandro and Caraffini, Moreno and Landro, Nicola and Gallo, Ignazio},