Sahar Pordeli

Results 9 issues of Sahar Pordeli

Hi. My system has 1 GPU. I was able to run the demo code on my own video. Am I able to do training and inference with 1 GPU? What...

Hi. I have cuda 10.2 and installed pytorch with cuda 10.2 but get below error: How to solve it? What is the issue? (alphaction1) s438763@hcc3:/data/Sahar5/AlphAction-master$ python -c 'from torch.utils.collect_env import...

Hi. I have used Deepsort and the output .txt file just have detections without ID of people. How Can I get the ID of people? The output video have the...

Hi I am using the below code but getting an error.Why? (motmetrics-env) D:\py-motmetrics-develop>python -m motmetrics.apps.eval_motchallenge groundtruths D:\SEQUENCE_1\gt\gt.txt tests D:\SEQUENCE_1\test\test.txt usage: eval_motchallenge.py [-h] [--loglevel LOGLEVEL] [--fmt FMT] [--solver SOLVER] [--id_solver ID_SOLVER]...

Hi. Should we run the code in Ubuntu or windows 10? Can I run the demo on 30 seconds video on CPU just for seeing the tracking? I get below...

Hi. I can see the tracking results on screen by using the --info argument. How can I save them in a text file (the IDs and coordinates of detected boxes)?

Hi. How to save the output detection coordinates in a .txt file and not just showing on screen? How can I get the coordinates in x,y,w,h format? How to put...

How can I use this code for my own videos and frames? Can we use other detection results like YOLO detections? What steps should I follow to use the code...

Hi. I want to get the evaluation metrics. What command should I use? How should I prepare my tracking results and gt? I have both of them. I tried python...