Skip to content

Python Web Demo Example Broken in Latest Release #899

@mgh1

Description

@mgh1

The web demo has the following defects:

  1. The parameter mean_file should be mean in the classifier initialization in app.py
  2. The mean is treated as a string when it should be an array in pycaffe.py (should add mean = np.load(mean) above the line if mode == 'elementwise':
  3. Even after making the code run, the actual result doesn't work, that is, no matter the query image, the result is classified as a "window screen." (I believe the problem lies in the python/caffe code)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions