Skip to content
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

엔트리 오프라인에서 카메라 인공지능 모듈 로딩시 로딩실패 발생 #2258

Open
JeongJun-Lee opened this issue Apr 18, 2022 · 4 comments

Comments

@JeongJun-Lee
Copy link
Contributor

console.log(err);
에서 인공지능 모듈이 로딩되지 못하고, catch 안으로 빠지는 경우가 발생

@JeongJun-Lee JeongJun-Lee changed the title 엔트리 오프라인에서 인공지능 카메라 로딩시 로딩실패 발생 엔트리 오프라인에서 카메라 인공지능 모듈 로딩시 로딩실패 발생 Apr 18, 2022
@Tnks2U
Copy link
Contributor

Tnks2U commented Jun 23, 2022

#2305 에서 대응하였습니다
제보 감사합니다

@JeongJun-Lee
Copy link
Contributor Author

최신 버전인 v2.0.47 오프라인 버전에서 확인해봤습니다. 네트워크 연결없는 오프라인 상태에서 엔트리를 실행시킨 후 인공지능-비디오감지를 실행하면, 얼굴인식 모듈만 로딩하고, 사람/사물 인식 모듈로딩은 되지 않네요. 개발자 모드에 에러로그를 캡처해 드리겠습니다. 재현은 100% 되는 것으로 보이니, 쉽게 확인 가능하실 것 같습니다.

image

@Tnks2U
Copy link
Contributor

Tnks2U commented Jul 18, 2022

@JeongJun-Lee
이부분은 얼굴인식의 경우 보정치값을 로컬데이터로 가지고 있지만, 사람/사물의 경우 서버에서 가져오기 때문에 발생한 문제로 보입니다. 사람/사물에 대한 보정값도 로컬 데이터로 가지고 있어도 되는지 확인후 대응하도록 하겠습니다. 매번 제보와 상세한 설명 감사합니다.

@JeongJun-Lee
Copy link
Contributor Author

언급해 주신데로 현재는 얼굴인식만 offline에서 사용이 가능하나, 사람과 사물인식에 대해서도 offline일 때 사용가능하도록 커스텀 버전에 코드수정했는데 필요하시면 참고하실 수 있습니다. JeongJun-Lee@bcb8b12
감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants