CenterTrack icon indicating copy to clipboard operation
CenterTrack copied to clipboard

Simultaneous object detection and tracking using center points.

Results 121 CenterTrack issues
Sort by recently updated
recently updated
newest added

Please tell me how can i change the colour of bounding box. I want green color for car and pink for pedestrian and random for rest. Wat changes can i...

pytorch=1.2.0 torchvision=0.4.0 cuda=10.0 output_inds = torch.from_numpy(output_inds).to(self.opt.device) RuntimeError: sizes must be non-negative

When I ran demo.py with --save_video argument, I had a below warning and video wasn't saved. I realized it even doesn't create results folder, so I made by myself. Then...

Hi, thanks for your great work on MOT! I have been trying to prepare MOT dataset using your `src/tools/get_mot_17.sh`, but found out that `src/tools/convert_mot_det_to_results.py` isn't working as I expected. On...

Respected Xingyi, I found your paper CenterTrack very interesting.

Hi: This may be a very difficult question. How do you output the bounding box coordinates for each object (with the object label) in each frame? Thanks in advance for...

I run coco's 80 types of tracking and there is no output, and the same is not running a separate person tracking

Hi I haven’t find the match method about pose track。could tell me ,how to match two people when posetrack?

Hi There, Thanks a lot for publishing great paper and helping the community. I'm trying to train the model with my own custom dataset. I have converted the PASCAL VOC...

Hello,I have always been concerned about your outstanding work, and I have tried to train CenterTrack on my own dataset which are in a format of COCO(just static pictures) and...