Josephine Moeller

Results 7 comments of Josephine Moeller

If you're still interested, I got one working: https://hub.docker.com/r/fishcorn/dvtb-container/

Are we using libmagic for just the three file types JPG, PNG, and TIFF? If so, maybe we could just check for those directly by reading the byte header?

The reason that I bring this up is that the last file-magic I tried made things crash because Python 2.7.6 doesn't like str('r',blah) or whatever (I assume it wants str(blah)...

> In regards to issues with file-magic and mime-type discovery, that itself can be an algorithm interface with multiple implementations (file-magic, py-tika, etc.) to be configured to use with a...

I think that the problem with that approach (if you rely only on the mimetype detector) is that the mimetype detector is then responsible for detecting inputs that aren't covered...

I should note that the definition of cumulative gains in this context is somewhat loose. When you retrieve K nearest neighbors to a particular query with a VP tree, you...

Hm, I'm confident that I wouldn't have the time to port dvtb for Caffe2. As for this project, you're welcome to base something off the Dockerfile here, or issue a...