MarcusNerva

Results 3 issues of MarcusNerva

Thanks for your research.

Greetings, homie! I find at least two bugs in your code: 1. line 100 in RecNet/utils.py: `reconstruction_loss = torch.zeros(1)` is on cpu. You should move it to GPU. Or you...

Greetings! After I enter `python demo.py mot --load_model ../models/fairmot_dla34.pth --conf_thres 0.4 --input-video xxxx --output-root yyyy`, your model runs well on my GPU. However, I find result.txt is empty after progress...