Main.py main.py를 만들기 위해 참고할 inference코드 inference demo main.py의 handler작성을 위해 inference demo확인– init_detector– inference_detector 2. 로컬에서 DL모델을 실행하기 위한 소스코드를 Nuclio 플랫폼에 적용 2-1 모델을 메모리에 로딩 (init_context(context)함수를 사용하여) https://nuclio.io/docs/latest/concepts/best-practices-and-common-pitfalls/#use-init_context-instead-of-global-variable-declarations-or-function-calls 2-2 아래 프로세스를 위해 Read more…
Builtin Model 모델 배포 Serverless tutorial by CVAThttps://opencv.github.io/cvat/docs/manual/advanced/serverless-tutorial/ CVAT에서 이미 만들어진 (serverless) Function을 바로 배포만 하면된다. cvat 프로젝트를 생성 여기에 serverless function과 model을 저장 Deploy function CVAT에서 제공하는 배포가능한 serverless function 및 모델 ( https://github.com/openvinotoolkit/cvat/tree/develop/serverless) Read more…
cvat, nuclio 같이 사용 중인ㄷ0ㅔ 관련 글을 볼 수 있어서 좋네요 ㅎㅎ