siamfc-tf
siamfc-tf copied to clipboard
SiamFC tracking in TensorFlow.
Bumps [numpy](https://github.com/numpy/numpy) from 1.11.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.1.0 to 2.7.2. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
I find that the link of pretrained model can't been open.Could you update the link?
I am currently using tfserving for the object tracking. Is there any way to convert this network to tensorflow model? Thank you.
When i tried data from validation set everything is ok. But i tried fast flying object(Fly) and tracker can even catch. No success, what can be the reason?
The bounding boxes returned by the model are not concise especially when object scale is changing in the video stream(specially when object becomes smaller). Any hyper-parameters to tune to dampen...
Hi, can anyone tell me what the coordinates in the ground truth file correspond to? Does it contain the top left and bottom right coordinates osomething else? opening the image...
hello, when i see your codes,i dont know why u set up this number---evaluation.n_subseq?could u explain it?
I try to implement training code by tf, but i am stuck, have anyone implemented training code by tf. Thanks