Flow-Guided-Feature-Aggregation
Flow-Guided-Feature-Aggregation copied to clipboard
error in function vid_eval_motion: What is motion_iou ??
Hey I'm trying to evaluate my model but I get the following error:
eval_vid_detection :: accumulating: motion [0.0 1.0], area [0.0 0.0 100000.0 100000.0]
Traceback (most recent call last):
File "experiments/fgfa_rfcn/fgfa_rfcn_end2end_train_test.py", line 21, in
Im trying to undrstand what is the function vid_eval_motion, but it looks so complicated. Anybody can explain what is the function do, and why I get this error?
Ok I think it happen since I use my own dataset, with multiple object in a image. However it stil not clear for me what is motion_iou and what its value represented. Thanks!
Hi, I am getting the same error during the testing of my FGFA implementation. How did you get around this error? I have been stuck on this error for some time.
@ron5569 @bhumit04 hi guys, I think motion iou
is an indicator which represent object's speed according its paper,
An object’s speed is measured by its averaged intersection-over-union (IoU) scores with its corresponding instances in the nearby frames (±10 frames). The indicator is dubbed as “motion IoU”.
However I encounter the same error as yours. How did you solve this problem? Please give me a favor~
what is the size of total dataset VID and DET? can u give me exact link or please refer to this https://github.com/Scalsol/mega.pytorch/issues/73#issue-754884469