undefined-references
undefined-references
hi @Candace-852, You need to replace the 'HOST_PORT' of running command with an open port on your host device.
Hi @Lalithmohan24, as it came in parameter description, `CenterPointsDistance` compare center of pedestrian boxes together and `FourCornerPointsDistance` compare four corresponding corner points of pedestrian boxes and suppose the minimum value...
I'm working on a script and dockerfile to generate a TensorRT from a retrained ssd-mobilenet-v2. I will test and add ssd-mobilenet-v1 support to it for Face Mask model soon.
hi, I have commited the Dockerfile for TensorRT generation is [here](https://github.com/neuralet/neuralet/tree/master/training/tensorrt_generation/ssd), and I have generated TensorRT from face-mask-detector [frozen graph from neuralet-models](https://media.githubusercontent.com/media/neuralet/neuralet-models/master/amd64/face_mask_detector_mobilenet_v1/mobilenet_face_mask_frozen_inference_graph.pb) and pushed it [here](https://github.com/neuralet/neuralet-models/blob/ea48b674ac5d93e2634a953d4b7f5b7e46906e7c/jetson-nano/face_mask_ssd_mobilenet_v1/TRT_face_mask_ssd_mobilenet_v1.bin).
I had segmentation fault issue and moved `import cv2` to the first line and it fixed! @lxy5513
First, I started with the [NVIDIA-AI-IOT/trt_pose](https://github.com/NVIDIA-AI-IOT/trt_pose) project. There are several pretrained models on their repo and I could easily make a dockerfile to run it using their instruction. It is...
I continued this task with [OpenPifPaf](https://github.com/vita-epfl/openpifpaf/tree/master/openpifpaf) project, as I found out it has the best results for our task. I decided to export openpifpaf model as ONNX format and then...