OverFeat
OverFeat copied to clipboard
When I want to install the python api,the system informed me that there is no file named ‘THGeneral.h’,How can I solve the problem?Thank you
Hi, I receive the same output for every input image I give the Overfeat model using the Python API. Minimal code to reproduce: ``` >>> overfeat.init(path_to_weights, 0) >>> img =...
When I run python setup.py install in Terminal Show the following error chenwei@Ubuntu14:~/project/OverFeat/overfeat (2)/API/python$ python setup.py install /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_ext...
I read a few days ago about multi-scale CNN *(`in OverFeat` method)*, which you can access to presentation via this [link][1]. You performed CNN on different scales of an image...
How were the weights saved to disk? Were they extracted from Torch using `getParameters` then saved as a torch object using `torch.save`? I'm interested because I've trained my own smaller...
Just needed to remove `openblas` from `library_dirs` and add `, '-L/opt/OpenBLAS/lib'` to `extra_link_args`. Here's the whole working file. ``` python from distutils.core import setup, Extension import numpy import os.path as...
I am using the Overfeat tool to extract image features. However, when I input a set of JPG images using the batch file "overfeat_batch", I got the following error, "Invalid...
it is not working with using cuda , it requires using cuda 5.5, however my linux system is 14. which can not install cuda5.5, so it is not working using...
Hi Guys, I've just installed OverFeat on my computer and whenever I run the simple test of the precompiled binaries >> ./bin/macos/overfeat -n 3 samples/bee.jpg I keep having the following...