- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am getting wrong detections on mobilenet ssd caffe? Is it not supported in opevino? I have used the github repo: https://github.com/chuanqi305
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I got same detection error in mobilenet model which converted by mo.py, and googlenet model object recognition is working fine.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I use mo.py with --mean_values data[123.68,116.779,103.939] --scale 127.5 paremeters. It works!
Read _docs_MO_DG_prepare_model_convert_model_Convert_Model_From_Caffe.html for better understanding.