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

running on custom dataset with no multiple views of the same object #103

Open
andreaceruti opened this issue Mar 30, 2022 · 5 comments
Open

Comments

@andreaceruti
Copy link

Hi, my problem is that I would like to generate this appearance vector using a dataset that does not contains multiple views of the same object (for example the VeRI dataset), but it contains a single view for every object. So to be more clear I can collect in a dataset 1800 crops and single views of all of them.
Is this the right framework to use or should I choose another tracking framework?

@MMNavetty
Copy link

Hello @andreaceruti,
As i understand the algorithm, mutliple view is not necessary to train it. Its purpose is to make a comparison beetween two images and make features describing the images as output. Its goal is to make similar feature when individuals in images are similar.
So with Veri we have individual cars in different images and it completely work !
I hope my explanation are understandable :)
Regards,
MM

@andreaceruti
Copy link
Author

@MMNavetty Yes I have understand, thank you.
My problem is that I am trying to capture grape bunches and so features will probably be very similar between them. In my crops what differs a lot is that I have both white and red varieties, but in the video that I am using for tracking the variety is only red.
So I can't tell if applying this framework I will get a result better than SORT, but I will try anyway.

@MMNavetty
Copy link

Hello @andreaceruti,
if you have some natural grape bunches that differs in shape, it could work ! try and test it with your dataset and you will see if the algorithm can make the difference. If not, try SORT ! Altough if you have good detection, sort can be enough.
Good luck with your project,
MM

@PHCLenzi
Copy link

PHCLenzi commented Apr 8, 2022

Hello, @andreaceruti. Can you tell me which version of Tensorflow, Python and other packages you used to run the training? I am having problems running a training with the MARS dataset itself. Did you install these packages with pip or with a conda manager? Thank you very much for your attention!

@MMNavetty
Copy link

tensorflow 1.14
python 3.7.11
other packages are billion so i can't annotate everything ! i don't know how to mp in git but i can share a requirement.txt file with you if you really need it

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