Manoj
Manoj
@schwart-dk Can you try with the lib https://github.com/google-coral/project-posenet/blob/master/posenet_lib/armv7l ?
@fablau Were you able to fix this ?
If you see the code at https://github.com/google-coral/project-posenet/blob/ugrade-to-frogfish/pose_engine.py#L79-L83 , it requires posenet_decoder.so. Make sure that the library is at the correct path at https://github.com/google-coral/project-posenet/blob/ugrade-to-frogfish/pose_engine.py#L32 Library is available at https://github.com/google-coral/project-bodypix/tree/master/posenet_lib/x86_64
@Tylersuard I tested openCV with camera examples and object tracker, performance was being deteriorated with openCV.
Have you tried to use a Virtual Box on Windows ?
I haven't tried to build the libcoral on Windows. Only followed [these](https://github.com/google-coral/libcoral#docker) instructions on Linux. You can try to run Ubuntu on Virtual Box and then try the compilation.
@joshfox10 Please run: `sudo apt-get install -y gstreamer1.0-plugins-bad gstreamer1.0-plugins-good python3-gst-1.0 python3-gi gir1.2-gtk-3.0 ` `python3 -m pip install svgwrite`
@joshfox10 Did you try to run: `python3 detect.py --tracker sort` ? And please share the output of : `bash install_requirements.sh`
@androbi-com Thank you for pointing that out. Will try to get this fixed soon.
@ESEricWare Is this issue still reproducible ?