You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Add OpenVINO model problem in VOE (factory-ai-vision) : When I replace other model and use the same name , This model will not work in Deployment(no any bounding box) #435
- [ x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Please follow below Linux command.
Go into module menager docker.
--docker exec -u 0 -it modelmanager bash
Go to downloader
--cd /app/downloader/tools/downloader
Setup environment
--./setup.py install
Download model
--./downloader.py --name face-detection-retail-0005
Copy model to /workspace loaction.
--cp /app/downloader/tools/downloader/intel/face-detection-retail-0005/FP32/face-detection-retail-0005.bin /workspace/face- detection-retail-0004/1/
--cp /app/downloader/tools/downloader/intel/face-detection-retail-0005/FP32/face-detection-retail-0005.xml /workspace/face-detection-retail-0004/1/
Remove face-detection-retail-0004 .bin and .xml file
--rm /workspace/face-detection-retail-0004/1/face-detection-retail-0004.xml
--rm /workspace/face-detection-retail-0004/1/face-detection-retail-0004.bin
Change face-detection-retail-0005 .bin and .xml name face-detection-retail-0004 .bin and .xml
--cd /workspace/face-detection-retail-0004/1
--mv face-detection-retail-0005.bin face-detection-retail-0004.bin
--mv face-detection-retail-0005.xml face-detection-retail-0004.xml
Any log messages given by the failure
log will show “Validation failed Node: Face Detection has no input with name: data” below in ovmsserver docker container.
Expected/desired behavior
Deployment will show objection detection successful and not show any error log.
This issue is for a: (mark with an
x)Minimal steps to reproduce
--docker exec -u 0 -it modelmanager bash
--cd /app/downloader/tools/downloader
--./setup.py install
--./downloader.py --name face-detection-retail-0005
--cp /app/downloader/tools/downloader/intel/face-detection-retail-0005/FP32/face-detection-retail-0005.bin /workspace/face- detection-retail-0004/1/
--cp /app/downloader/tools/downloader/intel/face-detection-retail-0005/FP32/face-detection-retail-0005.xml /workspace/face-detection-retail-0004/1/
--rm /workspace/face-detection-retail-0004/1/face-detection-retail-0004.xml
--rm /workspace/face-detection-retail-0004/1/face-detection-retail-0004.bin
--cd /workspace/face-detection-retail-0004/1
--mv face-detection-retail-0005.bin face-detection-retail-0004.bin
--mv face-detection-retail-0005.xml face-detection-retail-0004.xml
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The source is in factory-ai-vision