hart icon indicating copy to clipboard operation
hart copied to clipboard

Hierarchical Attentive Recurrent Tracking

Results 11 hart issues
Sort by recently updated
recently updated
newest added

--img_dir=path/to/image/folder means the training folder in the data_tracking_image_2?

We are trying to run your code on another dataset with diffrenet dimension images, however, we get wrong bounding boxes. we are assuming you scale down and/or change coordinates of...

how to run tensorboard in the checkpoints folder to visualise training progres? thanks

get the error: Traceback (most recent call last): File "/home/cbl/PycharmProjects/hart-master/scripts/train_hart_kitti.py", line 141, in truncated_threshold=1., occluded_threshold=1, reverse=True, mirror=True) File "/home/cbl/PycharmProjects/hart-master/scripts/../hart/data/kitti/tools.py", line 475, in get_data truncated_threshold=truncated_threshold, occluded_threshold=occluded_threshold) File "/home/cbl/PycharmProjects/hart-master/scripts/../hart/data/kitti/parser.py", line 226, in...

why only track the small car , not the left big car?

where is the result when I run scripts/demo.ipynb?I found nothing thanks

Hi, I have a problem running the demo: ImportError Traceback (most recent call last) in () 7 8 from hart.data import disp ----> 9 from hart.data.kitti.tools import get_data 10 from...

can the appearance attention replaced by saliency detetion? what is the appearance attention?

Hi, This is my suggested fix for issue #4 that will comply with py3.3+ and tf1.3+

Hi, Have you done an experiment on the OTB or VOT dataset?