TubeTK
TubeTK copied to clipboard
Official implementation of paper: TubeTK: Adopting Tubes to Track Multi-Object in a One-Step Training Model (CVPR 2020 oral)
英文不太好,我就发中文了 在tube_nms.py中导入nms_cuda,nm_cpu失败,报错 cannot import name 'nms_cuda' from 'nms'(/TubeTK/post_processing/nms/__init__.py 我尝试运行该目录下的setup.py,依旧报这个错误,不知道是不是因为nms_cuda.cpp是cpp文件呢?请问作者这个问题该怎么解决呀?我想复现本文代码,并用在自己的数据集上的,然鹅目前遇到了这个棘手的错误,希望作者可以回复一下呢,拜托了
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
When I try to evaluate the original TubeTK model, it's ok and I get results. However, when I try to evaluate the same model after I have trained(whether with 1...
demo
When I use demo,although it works at first,but when at the end of the video,there is a issue. 04:20:59.660330 Frame: 150.0 Tubes: 90 Cur tracks:76 Arch tracks:164 04:20:59.777748 Frame: 151.0...
when I run python ./pre_processing/get_tubes_MOT17.py,I have a question. Traceback (most recent call last): File "./pre_processing/get_tubes_MOT17.py", line 4, in from network.utils import bbox_iou ModuleNotFoundError: No module named 'network' what's the problem?
Hello, I've been trying to reproduce the code without much success. Rank: 0 Start! Building TubeTK Model reading video... 100%|████████████████████████████████████████████████████████████████████████████▉| 2077/2080 [00:37
it seems there is no scipt for evaluation on mot16, even in the dataloader part. how can I do evaluation on mot16? thanks.
I draw your attention to following points 1. The MOT17 dataset in the training code has a length of 632040. 2. I am using this code for training on MOT17...
Hello, Does this algorithm work for other classes such as cars?