-
Thanks for your open source code!
I have a question:
in the line369-line370 of multitracker.py :
self.lost_stracks = sub_stracks(self.lost_stracks, self.removed_stracks)
self.removed_stracks.ext…
-
I have run the demo.py successfully on colab. However, the result.mp4 cannot be played.
Is there method to resolve this ?
Thank you
-
Traceback (most recent call last):
File "demo.py", line 44, in
demo(opt)
File "demo.py", line 33, in demo
use_cuda=opt.gpus!=[-1])
File "FairMOT-master/src/track.py", line 90, in e…
-
E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.google.android.gms.samples.vision.face.multitracker, PID: 10285
java.lang.NoSuchMethodError: android.graphics.Canvas.drawOval
a…
-
Thanks for sharing your codes.
In your code, for ReID part (multitracker.py ''' Step 2: First association, with embedding'''), the last bbox of the lost_tracklet is used to carry out the matching pro…
-
There is no proper effectiveness in the model. There are many person swaps, also, the reidentification is not good. I have tried different confidence levels . I have used the baseline model. Any sugge…
-
Thanks for sharing your codes.
In your code, for ReID part (multitracker.py ''' Step 2: First association, with embedding'''), the last bbox of the lost_tracklet is used to carry out the matching pro…
-
I tried to used the coco pretrained model in `demo.py` and set the `num_classes` to 80. Then I got the following exception:
```
boolean index did not match indexed array along dimension 0; dimension…
-
Hi
I want to carry out some parameter setting on the ReID module such as setting matching threshold. Would you please tell me where is the corresponding scripts?
Thanks in advance.
-
An error occurred when I ran demo.py:
(1)error in modulated_deformable_im2col_cuda: invalid device function
(2)
File "demo.py", line 43, in
demo(opt)
File "demo.py", line 30, in demo
…