tiefvision
tiefvision copied to clipboard
End-to-end deep learning image-similarity search engine
I've trained my dataset withe my set of images. I was wondering if it is possible to find a match using an external image from a picture I've taken with...
Came across Pau's talk at O'Reilly that mentioned that Gilt built the entire tiefvision framework using tensorflow. Is there a chance it has been open sourced?
I am trying to start the default database sever using $TIEFVISION_HOME/src/h2/service start it gives me the following output : sudo docker build -t paucarre/tiefvision-db src/h2 Sending build context to Docker...
When I try to run similarity-db.lua in the 9-similarity-db folder, I get the below error: luajit: similarity-db.lua:39: attempt to call method 'double' (a nil value) stack traceback: similarity-db.lua:39: in function...
I ran the encode-training-and-test-images.lua to get the encodings from the data for classification and I got this error. The problem is located at [this line of code](https://github.com/paucarre/tiefvision/blob/master/src/torch/4-encode-classification-train-and-test-images/encode-training-and-test-images.lua#L27), where the script...
For request 'GET /save_bounding_box?name=026.jpg&left=150.39996337890625&right=74.39996337890625&top=166.8000030517578&bottom=28.800003051757812&width=218&height=292' [Cannot parse parameter left as Int: For input string: "150.39996337890625"]
Add more unit tests to validate that the scala-side is properly working and does what it's supposed to do.
For all the scala and torch code, create the folders automatically if they don't exist.