-
Video window will be freeze, debug into the source, found that it will be blocked in below function without return :
std::vector EmbeddingsGallery::GetIDsByEmbeddings(const std::vectorcv::Mat& embe…
-
Hi, is it possible to use OpenVino auto annotation on a MacBook Pro? This link https://github.com/opencv/cvat/tree/develop/components/openvino mentions only Ubuntu, but OpenVino is supported on Mac: […
-
```
./pedestrian_tracker_demo -i ~/Downloads/mall.mp4 -m_det ~/processed_models/Retail/object_detection/pedestrian/rmnet_ssd/0013/dldt/person-detection-retail-0013-fp16.xml -d_det MYRIAD -m_reid ~/p…
-
in the multi camera multi person tracking, we need to use two models the person detection and re-identification model, but when using MYRIAD as a device it only loads one model and it gives the follo…
-
- Environment:
- OS: ubuntu 16.04
- CPU: i7-9750h
- FP32:
1. person-reidentification-retail-0079.xml
2. person-detection-retail-0013.xml
- complete cmd:
python3 multi_camera_multi_person_t…
-
Hi,
I downloaded .xml and .bin files for pedestrian_tracker_demo.
When I tried the scripts i got the following error.
`./pedestrian_tracker_demo -i 0 \ -m_det person-detection-retail-0013.xml \ -m_…
-
Hi,
I have few issues with your reidentification:
1. the output tensor of feature extractor in your code is not the same as if I run it with openvino and same input for openvino and your gstream app…
-
Hi all,
I am trying to use Intel NCS stick2 on my armv7 custom board.I am able to compile openvino dldt.
When I try to run Crossroad camera demo I am getting below error
error:
=====
…
-
I was a bit curious to know if the Person Reidentification needed a RGB stream to work or would it work on a grayscale image?
-