You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented the bytetrack algorithm in my fork of openvinotoolkit/mediapipe and these are the results on the 2 of the following devices for the same config of my bytetrack calculator
bytetrack graph config:
OpenVINOYoloxTensorsToDetections config
conf_thresh:0.35
NonMaxSuppressionCalculator config
min_suppression_threshold:0.45
max_num_detections: 100
overlap_type: INTERSECTION_OVER_UNION
return_empty_detections: true
ByteTrackCalculator config
track_high_threshold:0.5
track_low_threshold:0.35
new_track_threshold:0.25
matching_threshold: 0.75
track_buffer: 30
fuse_score: false
=== OUTPUTS FOR SAME CONFIG ON 2 different devices ===
Device 1:
Hello everyone,
I've implemented the bytetrack algorithm in my fork of
openvinotoolkit/mediapipeand these are the results on the 2 of the following devices for the same config of my bytetrack calculatorbytetrack graph config:
=== OUTPUTS FOR SAME CONFIG ON 2 different devices ===
Device 1:
Output:
out_bt_ovms.1.mp4
Device 2:
Output:
out_bt_ovms_dog.mp4
How to reproduce the following issue?
custom_bytetrack_graphand build the docker image and run container.yolox nanoweights and setup the bytetrack demo