Aya Nasser Salama
Aya Nasser Salama
Hi, Do you have the ability for finetuning slowfast model but with 2 classes only? in another word (could I change the number of classes of the last layer of...
Hi, I want to know from where did u get those numbers to convert the image from rgb to gray ? `gray = 0.2989 * img[:, :, 0] + 0.5870...
Hello, The Repo is Amazing! I've used this model "../models/fairmot_dla34.pth" while running the demo script and it worked perfectly, But when I tried to use other pretrained models some of...
Hello, Is there a way to convert the FairMot to onnx model ? Is it like any other pytorch model or it has a specific requirement ? Thank you ^^
when i work from the server it doesn't give me any result or any action ? i am afraid that i am doing some thing wrong after clone this repo...
Hello, Thank you for the great repo, the Gifs are very cool, But when I tried to run it with those 2 models (mcmot_last_track_hrnet_18_deconv.pth and mcmot_last_track_resdcn_18_visdrone.pth) the results were so...
Hello, I ran the code with my demo video and I found that it detects a lot of false positives, Is there any confidence threshold parameter that I could set...
Hello, Thank you for your contribution ^^, I need to know if all the pretrained models here are working on single object tracking, So I wounder if there's any model...
Hello, Thank you for the amazing repo, I 'm asking for a script to test a live / recorded video, to check this tracker on my videos ^^ Thank you
Hi, I noticed that this model accept any image shape and produce different pred map shapes according to the input image shape, So is this normal ? Does there any...