-
First of all, thank you very much for replying to me amidst your busy schedule. Secondly, I have the following questions.
**1.** I have reproduced the code for fusion recognition using the Kitti data…
-
Hi,
I'm getting the following error while running the tracking_on_mot.py
```
Called with args:
Namespace(cfg_file='./cfgs/resnet101.yml', class_agnostic=False, cuda=True, dataset_year=['MOT16'],…
-
https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/multi_camera_multi_target_tracking_demo/python/mc_tracker
https://github.com/openvinotoolkit/open_model_zoo/issues/2240
-
Hi,
I'm trying to use QDTrack of MMTrack on a custom dataset organized as COCOVideo Dataset as shown in the documentation. But when running the tools/train.py script I get an error because the "resu…
-
Seen them flaky once on Linux. I don’t think it’s frequent but the error looks very bad so reporting
```
16:47:17.697 [HttpServiceWithPostgresIntTest-akka.actor.default-dispatcher-9] ERROR com.daml.…
-
Dear Author:
Thanks for publishing the source code of Meta updater.
After referring to LTR and to read me in AtomMU Iam still confused about the dataset shape and the labels annotation needed.
for…
-
I'm using the BoT-SORT tracking model using the YOLOv8 detection model. For some videos, I see this warning: "WARNING: not enough matching points"
and after that, I see this:
````
Traceback (most r…
-
when i try running sh "example_ostrack_install.sh (line 115)" this error pops up;
Traceback (most recent call last):
File "tracking/create_default_local_file.py", line 5, in
from lib.test.ev…
-
```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…
-
Add multi-object tracker (dynamic array of single object trackers):
* SORT-tracker: `cv::KalmanFilter` + Hungarian algorithm https://en.wikipedia.org/wiki/Hungarian_algorithm and https://arxiv.org…