JFMeyer2k

Results 7 comments of JFMeyer2k

No I have been using a different approach.

For reference, I plotted a couple of those skeletons and I think my assumption was correct. The number behind "raw_" is the element number of the pose-element within the file...

Do you have comparisons of performance to other trackers like (older) trackers like ByteTrack or DeepSORT?

For anyone with the same issue, it is most likely related to a compatibility issue related to the CUDA, cuDNN, and PyTorch versions. Here are the AMIs I have tested...

After I trained a yolov9-e model, I wanted to run inference using `detect.py` with `python3 detect.py --weights $EC_MODEL_PATH --conf-thres 0.1 --imgsz 640 --source $EC2_INPUT_PATH --project $EC2_OUTPUT_PATH --device 0 --nosave --save-txt`...

Dear pascalxia, I implemented your work (big thanks for the excellent documentation) on a couple of videos, i.e., I`ve been using the your model to do inference on my videos....

Hey hammad08, I had the same issue. The video I work with ranges between 2K and 4K. The objects I want to detect are often (in the original image) below...