Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The reference image and key image are exactly the same #118

Open
HuseyinVisea opened this issue Sep 5, 2022 · 4 comments
Open

The reference image and key image are exactly the same #118

HuseyinVisea opened this issue Sep 5, 2022 · 4 comments

Comments

@HuseyinVisea
Copy link

In the article (QDTrack), the difference between the key image and the reference image is indicated by the image below.

Screenshot 2022-09-05 113254

However, when debugging the training code, I saw that the reference image metadata and key image metadata returned by the data loader are exactly the same.

Screenshot 2022-09-05 103058

Do I need to change a parameter before starting training or is this an error in the code? I would be glad if you inform me.

@OceanPang
Copy link
Collaborator

Hi @Hcayirli, we use images from detection set and tracking set for joint tracking. It is possible to use the same image as reference for training, especially for those images in the detection set.

@HuseyinVisea
Copy link
Author

Thanks for your quick response.

So how can we change this? Is there a parameter I can change in the code?

@OceanPang
Copy link
Collaborator

Here.

@HuseyinVisea
Copy link
Author

I am getting the following NotImplementedError.

Screenshot 2022-09-05 154245

How can I implement it to load a different image?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants