Skip to content

2주차 과제 NTSNET번역 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions nicolalandro_ntsnet-cub200_ntsnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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},
Expand Down