Skip to content
#

caffe

Here are 757 public repositories matching this topic...

bersbersbers
bersbersbers commented Sep 11, 2019

Platform (like ubuntu 16.04/win10): Windows 10
Python version: 3.7.4, mmdnn==0.2.5

Running scripts: mmconvert -f caffe -df keras -om test

I know that this command is not supposed to run without passing an input file, but the error message is incorrect and should be improved:

mmconvert: error: argument --srcFramework/-f: invalid choice: 'None' (choose from 'caffe', 'caffe2', 'cn

magiccreator69
magiccreator69 commented Dec 11, 2018

I'm totally new in neural network and training my own dataset with 2 classes. I don't have enough data at this moment. In order to understand the working process, trained with 4000 copies of the same image(3000 for training and 1000 for validation). I've tried all three training methods available on digits.

  1. RGB Labels: provided class and color maps from text files.
  2. Grayscale Label
kabukky
kabukky commented Sep 2, 2019

I've followed the installation steps on macOS.

  • Go is at the newest version (go version go1.12.9 darwin/amd64).
  • opencv: stable 4.1.1 (bottled)

Still, I get this error:

go run ./cmd/version/main.go
# pkg-config --cflags  -- opencv4
Package opencv4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `opencv4.pc'
to the PKG_CONFIG_PATH envi

Improve this page

Add a description, image, and links to the caffe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the caffe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.