Closed timtensor closed 1 year ago
@timtensor! My pleasure 1- I am not sure, but as far as my understanding you can create a separate OpenCV frame with a green background and plot of all the center points of objects on that. For more details, you can check the link mentioned below. https://www.linkedin.com/posts/muhammadrizwanmunawar_computervision-objectdetection-deeplearning-activity-6992501395882971136-OQ1D?utm_source=share&utm_medium=member_desktop
2- Yes, you will only need to find the exact position of the rectangle bounding box's bottom line, which you can take as the starting point of the circular disc.
Thanks for the info ,
2- Can you tell me where to modify the code in order to have the cirular disc visualization ?
@timtensor! You will need to do all your work in plot.py or some in detect.py. For circular disc plotting, you will need to write the custom functions. You can take reference from the mentioned link below. https://github.com/roboflow-ai/notebooks/blob/main/notebooks/how-to-track-football-players.ipynb
@timtensor I am closing this issue, as this is a question that has been answered last month. Feel free to open new issues, if you will face any problems with the code.
Hi, first of all great work done for combining pose estimation and object tracking. I am trying to modify the implementation to basically plot
Could you please provide some guidelines on it ?