We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can refer to https://github.com/furiosa-ai/e2e-testing to remove pytorch dependency.
The text was updated successfully, but these errors were encountered:
Note: 한번 살펴봤는데, anchor_generator가 e2e-testing repo에서도 pytorch에 의존성을 가지고 있는 것으로 보입니다. 근데 anchor_generator도 금방 변환할 수 있을 것 같기도 하네요 제가 해보겠습니다.
현재 레포: https://github.com/furiosa-ai/furiosa-models-experimental/blob/main/furiosa/models/vision/ssd_mobilenet_v1_5/anchor_generator.py
e2e-testing: https://github.com/furiosa-ai/e2e-testing/blob/e8277e6b1cd1a6be6ee1f14f7625e6f2bb8ad496/src/e2e/ssd_mobilenet.py#L319 -> https://github.com/furiosa-ai/e2e-testing/blob/e8277e6b1cd1a6be6ee1f14f7625e6f2bb8ad496/src/e2e/ssd_mobilenet.py#L23 -> https://github.com/furiosa-ai/e2e-testing/blob/e8277e6b1cd1a6be6ee1f14f7625e6f2bb8ad496/src/models -> https://github.com/mlcommons/inference/blob/a8a43dcf2ce9f795be637f3126250c1cfa0d736e/vision/classification_and_detection/python/models/anchor_generator.py#L1
Sorry, something went wrong.
PRIORS와 PRIORS_*는 anchor box을 표현하는 상수들입니다: https://developers.arcgis.com/python/guide/how-ssd-works/#anchor-box 포팅을 하셔도 되겠지만, 모델을 서비스하기 위한 코드라면 그냥 최종 계산 결과 값을 저장하도록 수정하셔도 될 겁니다. 종단종(end-to-end) 스크립트에는 그 상수값들이 어떻게 계산된 건지를 기록해 놓기 위한 목적으로 지금 형태로 작성되어 있습니다.
PRIORS
PRIORS_*
furiosamg
No branches or pull requests
We can refer to https://github.com/furiosa-ai/e2e-testing to remove pytorch dependency.
The text was updated successfully, but these errors were encountered: