FourierMourier / yolov8-onnx-cpp

YOLOv8 C++ Instance Segmentation, Pose Estimation and Object Detection with ONNX
Apache License 2.0
103 stars 23 forks source link

Update ops.cpp #5

Closed youngday closed 7 months ago

youngday commented 7 months ago

issued:keypoint resized,but not updated to return value

FourierMourier commented 7 months ago

Hello there! Thanks for pointing out about the issue with returning not scaled coords! May I ask you to revert changes about the model_path conversion in the model_base.cpp? I think it will be fixed in an earlier PR

youngday commented 7 months ago

model_path back

FourierMourier commented 7 months ago

Thanks for the contribution! Merging