hodu

Results 28 issues of hodu

Hello, ![image](https://user-images.githubusercontent.com/59910227/155061011-4970f0f5-85b7-4bb9-82d8-47760d241ff7.png) Can you tell me how to resolve this issue? Thank you.

Hello, @linghu8812 `manager@manager-desktop:~/coding/GitHub/tensorrt_inference$ sudo docker build -t tensorrt_inference:0.1.0_rc . Sending build context to Docker daemon 106.5MB Step 1/9 : FROM nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04 ---> afc7fe5f7509 Step 2/9 : WORKDIR /home/install/ ---> Using...

Hello, @linghu8812 Thank you for good material. When converting the latest version of yolov5.pt to onnx Can I use the yolov5/export_onnx.py you provided? Thank you.

Hello, @linghu8812 @jenhaoyang I cannot export best.pt to best.onnx because of below errors. Can you tell me how to resolve below errors? I have used your yolov5 repository to export...

Hello, I got the following error when doing yolov4 cmake how can i solve it? cmake .. -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification...

Hello, Thank you for sharing a good matiereal. How do I train the centerface model with custom data? Thank you.

Hello? Thank you for making a great project. Do you have any plans to create a mobile net? Thank you.

Hello, Can you explain why you are doing this calculation? cv::putText(org_img, name, cv::Point(**rect.x - rect.w / 2**, **rect.y - rect.h / 2 - 5**), cv::FONT_HERSHEY_COMPLEX, 0.7, class_colors[rect.classes], 2); cv::Rect rst(rect.x...

Hello, Thank you for always uploading good data. Can mmpose do inferences about the video source as well? Thank you.

Hello, Thanks to you, I am looking at good data. ![image](https://user-images.githubusercontent.com/59910227/107305183-d172df00-6ac5-11eb-9006-f12327745fd5.png) When converting to onnx, can it be divided into class information and boxes information in the form shown on...