-
I'm interested in loading Towards-Realtime-MOT using TorchScript scripting/tracing. Is this possible?
ievbu updated
3 years ago
-
I finally managed to get the docker image run on windows. When I tried to run demo.py in the container I got this error:
`root@9354e09d581a:/Towards-Realtime-MOT# python /Towards-Realtime-MOT/demo.…
-
Traceback (most recent call last):
File "E:/jpf/Towards-Realtime-MOT/train.py",
line 221, in opt=opt,
File "E:/jpf/Towards-Realtime-MOT/train.py",
line 77, in train load_darknet_weights(mod…
-
```shell
python demo.py --input-video test.mp4 --weights weights/jde_576x320_uncertainty.pt --output-format video
```
```shell
Namespace(cfg='cfg/yolov3_1088x608.cfg', conf_thres=0.5, input_vide…
-
i can run the demo.py sucessfully , but the result.mp4 is the same as the input video , there is no detection and tracking. why is this phenomenon happens。
-
the demo only track the person,I want to track the car ,how can I do it?
-
Hi,
I'm a big fan of your work "Towards-Realtime-MOT" / "JDE" and I would like to know if you are planning on doing the MOT20 challenge and if you are working on reducing the IDS ?
Best regards,…
-
https://github.com/Zhongdao/Towards-Realtime-MOT/blob/c9dd7ee438c05ef0ecdc30621a9e9789d417983d/train.py#L175
hello there, an error happens here, did someone know how to fix it?Just delete the unexpec…
-
I run the follow command, but server errors happen.
python demo.py --input-video ./results/test.mp4 --weights ./jde.1088x608.uncertainty.pt --output-format video --output-root ./results/
Unab…
-
Hello, thanks for the great work. I wanted to train it from scratch. And i have downloaded caltech dataset and i wanted to convert it to the format according to this link https://github.com/Zhongdao/T…