songtianhui
songtianhui
This is because that current version of code only supports single online template. You should set it in the corresponding .yaml file. For example ``` yaml TEST: ONLINE_SIZES: UAV: [1]...
You can refer to the script of STARK: https://github.com/researchmm/Stark/blob/main/tracking/profile_model.py
https://github.com/MCG-NJU/MixFormerV2/blob/94ca2e67fcc4ed965a74817c00444cba970f73f5/lib/train/trainers/base_trainer.py#L82 teacher 模型会在 trainer 中加载
Which script do you use to train? I think you can check whether the weights has been changed after training. The situation you describe seems that the model weights are...
Not yet. I will consider to add it later.
如果是训练的话,需要改一下这个模型文件名为 ep*.pth.tar(比如MixFormer_ep500.pth.tar)
Is the endpoint changed?
> So the good practice for super-resolution is to use the same image in image-to-image tab and controlnet hint image. I think the controlnet-tile is a bit like sd img2img,...