Katsuya Hyodo

Results 223 comments of Katsuya Hyodo
trafficstars

>Does OpenVino include mvnc? No. SingleStickSSDwithRealSense.py -> for NCSDK SingleStickSSDwithRealSense_OpenVINO_NCS2.py -> for OpenVINO SingleStickSSDwithUSBCamera_OpenVINO_NCS2.py -> for OpenVINO

Please see the following. https://github.com/IntelRealSense/librealsense/issues/2473

Please see the following. https://realsense.intel.com/intel-realsense-downloads/#firmware I do not strongly recommend 5.11. Use only "Production ready release". "Development release" is always very unstable. - Firmware 5.10.6 https://downloadmirror.intel.com/28237/eng/Intel%C2%AE%20RealSense%E2%84%A2D400%20Series%20Signed%20Production%20Firmware%20v5_10_6.zip - SDK 2.16.5 ```console...

The API specification seems to have been changed. I think that you realize that this repository implementation has a difference with the following repositories. **https://github.com/PINTO0309/OpenVINO-EmotionRecognition.git** Now I can not secure...

It is possible. See below. **https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_supported_plugins_MYRIAD.html**

@agtbaskara Thank you for giving feedback! Since I started the process with "Fork Server", it may be causing a problem. It seems necessary to investigate a little seriously.

@agtbaskara I tried it. - My Environment USB Camera NCS2 Corei7 + Ubuntu16.04 - Test command ```bash $ python3 MultiStickSSDwithRealSense_OpenVINO_NCS2.py -wd 1280 -ht 720 -mod 1 or $ python3 MultiStickSSDwithUSBCamera_OpenVINO_NCS2.py...

@blitzvb @agtbaskara Perhaps it works with any CPU that supports the armhf (ARMv7) architecture. ```bash $ sudo dpkg --add-architecture armhf $ sudo apt-get update $ sudo apt-get install libusb-1.0-0:armhf libudev1:armhf...

@onion233 Thank you very much for your cooperation in the survey. I will start thinking about how to fix this tonight. It is very strange that the situation will change...

Memory leak investigation. RaspberryPi3 + USBCamera + NCS2 MultiStickSSDwithUSBCamera_OpenVINO_NCS2.py Real-time monitoring command ```bash $ watch -n 1 "cat /proc/meminfo | egrep -e 'Active:|Inactive:|MemFree:'" ``` ```bash $ python3 MultiStickSSDwithUSBCamera_OpenVINO_NCS2.py ``` 5...