Rego Borsodi

Results 7 comments of Rego Borsodi

I have the same issue with VSCode. It seems when initializing the language server options the environment is not passed. If I print the environment path where [the lsp is...

Hi! The detector is loaded in [load_detector.py](https://github.com/regob/vehicle_mtmc/blob/master/detection/load_detector.py). This uses the yolov5 repo, so I guess you could add loading yolov7 here if the DETECTOR config parameter is e.g. 'yolov7' Detection...

Hi @SasinPhimsiri, Those cameras have overlaps, so I took one reference camera (which will be scale 1), and I picked a vehicle in the beginning of the video and one...

Hi! Unfortunately that was a private dataset I developed this solution for. But it is similar to Cityflow S02 (and S01), which are available from the AICityChallenge site if you...

I cannot provide that dataset, since it is copyrighted. On the other hand you can request the CityFlow dataset [here](https://www.aicitychallenge.org/2021-data-access-instructions/), which has better labeling anyway.

I don't get what you mean. Both the MOT and MTMC outputs are exported in the [MOTChallenge format](https://motchallenge.net/instructions/) as `mot.txt` and `mtmc.txt` per camera.

Hi, Please refer to the [Cal_PnP](https://github.com/zhengthomastang/Cal_PnP) library for establishing the homography matrix, as mentioned in the readme. You will need to map some coordinates to GPS coordinates to run it.