-
Notifications
You must be signed in to change notification settings - Fork 25
silly question: how do I use this? #114
Comments
the processing chain roughly looks like:
All my work was in Keras; I did a writeup about training the siamese model: blog post |
The various docker files: Dockerfile.images2vecs maps turns a directory of chips into a file of vectors |
@d-grossman do you have an end-to-end example (or script) for this? i'm using stanford's car dataset (http://ai.stanford.edu/~jkrause/cars/car_dataset.html), but i'm having trouble generating my siamese model from the data. |
I would run all your images+augmentations through resnet50 with the top cut off to get vectors. you would then be able to just use the vectors to iterate on your siamese top design. When you have your siamese top design performing to your expectations then you can do end to end refinement. You can start refinement code with:
|
hi all!
first off, excuse my ignorance as i'm fairly new to ML, but have been playing with TF and Keras for the past few days and am feeling fairly comfortable. (However, Jupyter is new to me).
i'm very interested in using this to train a robust CNN that I can continuously use to identify vehicles as well as keep training as new data comes in. but i'm having trouble finding the entry points into the code. I've followed readme directions and spun up my docker instance, but it just opens what's essentially a file explorer in my browser (i assume this is jupyter). I'm also not sure what "Chips" are so the other documentation doc is a little confusing.
I would appreciate any sort of info you can provide. Not looking to be handheld, but any direction you can push me in would be very helpful. e.g. how would i go about training the network? what about feeding it a picture to identify? This seems like a robust and well-maintained repo, so i'd love to understand it.
thanks!
The text was updated successfully, but these errors were encountered: