From e5485837b013a4357612cda18ce5024d9457558b Mon Sep 17 00:00:00 2001 From: songhee23 Date: Sun, 24 Jul 2022 14:12:55 +0900 Subject: [PATCH 1/2] =?UTF-8?q?2=EC=A3=BC=EC=B0=A8=20=EA=B3=BC=EC=A0=9C=20?= =?UTF-8?q?NTSNET=EB=B2=88=EC=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nicolalandro_ntsnet-cub200_ntsnet.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nicolalandro_ntsnet-cub200_ntsnet.md b/nicolalandro_ntsnet-cub200_ntsnet.md index 3f4af21..ad0f6ac 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}, From ba8e4c3817df584ad561ee36747da390d0f3b543 Mon Sep 17 00:00:00 2001 From: songhee23 Date: Sat, 30 Jul 2022 06:29:25 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=A6=AC=EB=B7=B0=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nicolalandro_ntsnet-cub200_ntsnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicolalandro_ntsnet-cub200_ntsnet.md b/nicolalandro_ntsnet-cub200_ntsnet.md index ad0f6ac..710e3e0 100644 --- a/nicolalandro_ntsnet-cub200_ntsnet.md +++ b/nicolalandro_ntsnet-cub200_ntsnet.md @@ -56,7 +56,7 @@ with torch.no_grad(): ``` ### 모델 설명 -CUB200 2011 데이터셋으로 사전 학습된 nts-net으로, 조류 종의 세밀 데이터셋입니다. +이 모델은 세분화된 조류 데이터셋인 CUB200 2011 데이터셋으로 사전 학습된 nts-net입니다. ### 참조 [link](http://artelab.dista.uninsubria.it/res/research/papers/2019/2019-IVCNZ-Nawaz-Birds.pdf) - 여기에서 전체 내용을 읽을 수 있습니다.