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

Using other Object Detectors #4

Closed
calvpang opened this issue Jul 12, 2023 · 6 comments
Closed

Using other Object Detectors #4

calvpang opened this issue Jul 12, 2023 · 6 comments

Comments

@calvpang
Copy link

From what I understand, the model training is specifically to train an object detector with YOLOX and not training the tracker itself.
If I had a functioning YOLOv5 model, I'm assuming I could use torch.load() and run inference on each frame using that.
But I'm a bit lost on where I can do this with the current code.

@Xavier-Lin
Copy link
Member

Thank you for your attention. We will release the inference version of YOLOV8.

@Mittag-tech
Copy link

Mittag-tech commented Jul 12, 2023

Hi @Xavier-Lin , I have almost the same question.
Can I change to another detector by myself?

If the model training is to train a detector as @calvpang says, I think I can use it by setting config to a path of weghts created by training a detector separately.
Is this correct?

@Xavier-Lin
Copy link
Member

Hi @Mittag-tech,actually, there's no problem with this. In general, you can achieve the goal of changing the detector for training by replacing the detector model in the model folder and modifying the corresponding detector settings in the xxx_config.py file.

@Mittag-tech
Copy link

Thank you for your response, @Xavier-Lin .
I would try it.

Just to confirm, is this correct that the parameters of tracking module by pseudo-depth are adjusted manually?

@Xavier-Lin
Copy link
Member

@Mittag-tech Manually adjusting the number of layers for pseudo-depth is possible, if needed. In general, we do not adjust the number of layers for pseudo-depth, but we do adjust the matching threshold.

@Mittag-tech
Copy link

Thank you for your information, @Xavier-Lin !

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

3 participants