GSDT icon indicating copy to clipboard operation
GSDT copied to clipboard

Official PyTorch implementation of "Joint Object Detection and Multi-Object Tracking with Graph Neural Networks"

Results 16 GSDT issues
Sort by recently updated
recently updated
newest added

Hi and thanks for your great work! You have mentioned that the training code is being cleaned up to be released. I would like to ask when this code (even...

Hi, what's the fps on inference time? Thanks

Dear author, have you sorted out the training code of this project? Can you send it to Guan Mobai to read it? I really hope to get your reply. No...

The results of GSDT_V2 on MOT17 (with MOTA 73.2) are much better than GSDT (with MOTA: 66.2), however the IDF1 drops (GSDT_V2: 66.1, whereas GSDT: 68.7). Could you please tell...

Hi, thanks for your works, Can you please update the training code, thanks

Remove [Line 18](https://github.com/yongxinw/GSDT/blob/main/requirements.txt#L18) duplicate of pillow

(gnn) llw@llw:~/GNN/GSDT/GSDT-main/experiments$ bash track_gnn_mot_AGNNConv_RoIAlign_mot15.sh /home/llw/GNN/GSDT/GSDT-main/model_mot15 Traceback (most recent call last): File "track_gnn.py", line 20, in from tracker.multitracker import GNNTracker File "/home/llw/GNN/GSDT/GSDT-main/src/lib/tracker/multitracker.py", line 8, in from models.model import create_model, load_model File...

I was wondering if I can infer on a custom video input. In the inference section (in README), but it was not very clear on how to use custom video...

Drop parameter loss.0.s_det.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for...

Could you please tell me, the pretrained weights you uploaded (model_mot15.pth, model_mot17.pth, model_mot20.pth) are used for AGNNConv with 3 layers (as said in paper), or it is for AGNNConv with...