Макарова Ксения
Макарова Ксения
@adam-j-kelly Did this solution help you? I tried a different version of torch, but it doesn't work. Log is the same.
@adam-j-kelly thanks a lot! In my case problem was in hydra-core
Same error with empty output from custom detector.
Fast fix: `if custom_detector_res:` `` online_targets = tracker.update(custom_detector_res, [img_info['height'], img_info['width']], exp.test_size)`` You can update tracker only if your detector returns anything.