You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My second request.
It took me a while to grasp a differece between "caffe train/test" command and python "classify.py" command.
I think that could cause mistakes of users and common data format should be supported.
Input data
C: database format ( leveldb etc, )
python : image file
mean data
C: binary proto
python: numpy format
test phase model prototxt (as I mentioned previous topic)
Best regards.
The text was updated successfully, but these errors were encountered:
The caffe command and caffe Python module can load exactly the same net to take the same type of inputs -- see #1774. Doing so reproduces the same results with the command line and the caffe.Net interface in Python.
This should be documented better as noted by #1774.
Hi
My second request.
It took me a while to grasp a differece between "caffe train/test" command and python "classify.py" command.
I think that could cause mistakes of users and common data format should be supported.
C: database format ( leveldb etc, )
python : image file
C: binary proto
python: numpy format
Best regards.
The text was updated successfully, but these errors were encountered: