caffe
Here are 788 public repositories matching this topic...
Issue Summary
Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.
Executed Command (if any)
cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so
OpenPose Output (if any)
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
Visualizer for neural network, deep learning and machine learning models
-
Updated
Jun 19, 2020 - JavaScript
Set up deep learning environment in a single command line.
-
Updated
Jun 10, 2020 - Python
I've moved from Caffe/Digits to TensorFlow in my own work, and I want to update this to show how to do the same tasks with TensorFlow.
Given the hard work by @BirkhoffLee translating the original, I don't want to break what we already have. I'm debating whether to integrate it into the current document, or start a new one. I think it's nice to see how transferable the approach is across ML fr
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
Largest list of models for Core ML (for iOS 11+)
-
Updated
Dec 17, 2019 - Python
Code is following
https://github.com/CMU-Perceptual-Computing-Lab/caffe_train/blob/master/src/caffe/cpm_data_transformer.cpp
<img width="1077" alt="screen shot 2017-11-14 at 01 33 49" src="https://user-images.
When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024
Thanks for the amazing repo!
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
-
Updated
Mar 2, 2020
The Keras logo shows COMING SOON.
We already have a demo for it. We should update the logo to remove the COMING SOON
Feature motivation
Azure storage client is backward incompatible, there's an issue #757 for upgrading the azure connection to the latest client. The new version has an async interface that can be leveraged for the streams module, at least for downloads.
N.B. This is likely a 3~4h work and not a pressing need, so just putting this in the backlog.
Feature implementation
There's a
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
-
Updated
Mar 9, 2020 - Jupyter Notebook
I download Caffe and Interactive zip ..
But i can't run them?
i use mac os please guide step by step
Thanks
Hi,
I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)
My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?
Is there something missing in the docs?
Example: https://www.deepdetec
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
-
Updated
Feb 6, 2020
Türkiye'de yapılan derin öğrenme (deep learning) ve makine öğrenmesi (machine learning) çalışmalarının derlendiği sayfa.
-
Updated
Nov 22, 2019
I am Android engineer,just follow tutorial "https://docs.opencv.org/3.4.0/d0/d6c/tutorial_dnn_android.html" linked there to find "MobileNetSSD_deploy.caffemodel" file but there is another one ; when i use the file "MobileNet_deploy.caffemodel"
the output is not work as expected
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
-
Updated
Apr 4, 2019 - Jupyter Notebook
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
-
Updated
Mar 22, 2018 - Python
我发现一些有疑问的地方
Caffe Implementation of Google's MobileNets (v1 and v2)
-
Updated
Apr 2, 2019 - Python
Hi,
first of all kudos to fantastic developers like you guys... I am very excited to use this library. I plan to use it on an embedded system but I can't get past the basic compiling of ./build_scripts/build_linux.sh
I mean, it would be very nice if you could redirect me to a use case of other resource for using the library on Embedded OS. :)
PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
-
Updated
May 2, 2020 - Python
Improve this page
Add a description, image, and links to the caffe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the caffe topic, visit your repo's landing page and select "manage topics."







Alexnet implementation in tensorflow has incomplete architecture where 2 convolution neural layers are missing. This issue is in reference to the python notebook mentioned below.
https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/deep-learning/tensor-flow-examples/notebooks/3_neural_networks/alexnet.ipynb