-
Notifications
You must be signed in to change notification settings - Fork 17
Test: nvidia_deeplearningexamples_ssd 번역 #1
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
base: main
Are you sure you want to change the base?
Conversation
nvidia_deeplearningexamples_ssd.md
Outdated
|
||
The main difference between this model and the one described in the paper is in the backbone. | ||
Specifically, the VGG model is obsolete and is replaced by the ResNet-50 model. | ||
이 모델과 논문에 설명된 모델의 큰 차이점은 백본에 있습니다. 논문에서 사용한 VGG 모델은 더 이상 사용되지 않으며 ResNet-50 모델로 대체되었습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
튜토리얼 번역 규칙을 참고했는데, 백본(backbone)
처럼 백본
정도의 단어는 영어와 함께 작성하는 것이 도움이 될 것 같습니다.!
이 모델과 논문에 설명된 모델의 큰 차이점은 백본(backbone)에 있습니다. 논문에서 사용한 VGG 모델은 더 이상 사용되지 않으며 ResNet-50 모델로 대체되었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 좋은의견 감사합니다! 반영하겠습니다 :)
[SSD: Single Shot MultiBox Detector](https://arxiv.org/abs/1512.02325) paper, which | ||
describes SSD as “a method for detecting objects in images using a single deep neural network". | ||
The input size is fixed to 300x300. | ||
SSD300 모델은 "단일 심층 신경망을 사용하여 이미지에서 물체를 감지하는 방법"으로 설명 하는 [SSD: Single Shot MultiBox Detector](https://arxiv.org/abs/1512.02325) 논문을 기반으로 합니다. 입력 크기는 300x300으로 고정되어 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SSD300은 "단일 심층 신경망을 사용하여 이미지에서 물체를 감지하는 방법"인 [SSD: Single Shot MultiBox Detector](https://arxiv.org/abs/1512.02325)에 기반한 모델입니다.
라고 번역하면 어떨까요??!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오. 읽기 편해졌네요!! 감사합니다 👍
nvidia_deeplearningexamples_ssd.md
Outdated
```bash | ||
pip install numpy scipy scikit-image matplotlib | ||
``` | ||
|
||
Load an SSD model pretrained on COCO dataset, as well as a set of utility methods for convenient and comprehensive formatting of input and output of the model. | ||
COCO 데이터 세트에 대해 사전에 학습된 SSD 모델과, 모델의 입력 및 출력에 대한 편리하고 포괄적인 형식 지정을 위한 유틸리티를 불러옵니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
영문 | 한글 | 작성자 | 추가 설명 |
---|---|---|---|
dataset | 데이터셋 | 박정환 | 음차 표기 |
내용적인 문제는 아니지만 번역 문서를 참고했을 때 COCO 데이터셋
이라고 하면 좋을 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정하겠습니다.
nvidia_deeplearningexamples_ssd.md
Outdated
By default, raw output from SSD network per input image contains | ||
8732 boxes with localization and class probability distribution. | ||
Let's filter this output to only get reasonable detections (confidence>40%) in a more comprehensive format. | ||
기본적으로 입력 이미지당 SSD 네트워크의 원시 출력에는 국소화 및 클래스 확률 분포가 있는 8732개의 상자가 포함됩니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'raw'를 원시
라고 번역한 부분에 대해 더 나은 표현이 있을 것 같아 같이 이야기해보면 좋을 것 같습니다. 아직 가공되지 않은
과 비슷한 의미를 담아내면 좋을 것 같습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 저부분에 대해서 같이 이야기 하려고 했습니다!! 가공되기 이전의
또는 가공전의
라는 단어가 더 나은거 같은데 어떤거같나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
가공되기 이전의
표현이 괜찮을 것 같니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다~
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]
를[x]
로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]
을[x]
로 변경해주세요.PR 설명
이 PR로 무엇이 달라지는지 대략적으로 알려주세요.
2주차 개인과제로 SSD.md 의 3문단 정도를 번역해서 PR 날려봅니다.