trackformer icon indicating copy to clipboard operation
trackformer copied to clipboard

Ways to increase fps

Open ahsteven opened this issue 3 years ago • 1 comments

I am getting 5.17 fps on a V100. Do you have any suggestions for increasing this? The command I am running:

%run ./src/track.py with
reid
dataset_name=DEMO
data_root_dir=/data/track_data/black_hat/images/black_hat_small_images
output_dir=/data/track_data/black_hat\reid_ip5_trk5
write_images=debug

ahsteven avatar Feb 23 '22 22:02 ahsteven

You could reduce the input resolution or if you are interested in reducing overall sequence processing time, you could forward the video with less frames.

timmeinhardt avatar Apr 29 '22 08:04 timmeinhardt