z6491679

Results 5 issues of z6491679

in kcftracker.py: 209-213 should be to make sure self._tmpl_sz can be divisible by self.cell_size: if(self._hogfeatures): self._tmpl_sz[0] = int(self._tmpl_sz[0] / (2*self.cell_size)) * 2*self.cell_size + 2*self.cell_size self._tmpl_sz[1] = int(self._tmpl_sz[1] / (2*self.cell_size)) *...

Good work,I have run training on my own data and want to visualize the result,where can I find the code? many thanks!

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmediting/issues) and [Discussions](https://github.com/open-mmlab/mmediting/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmediting.readthedocs.io/en/1.x/notes/4_faq.html) but cannot get the expected help....

kind/bug

rt,模板图和测试图一摸一样都是灰度图,但结果master上的很准,并且similarity有90+,但fusion版本的就只有60+,参数选择一摸一样,这个是什么原因呢?

Hi,I have run the run_cosypose_eval.py and get the 'results/xxxx/results.pth.tar', then I want to visualize the output so I run the visualize_singleview_predictions.ipynb but the html picture I get there is no...