Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sensorsini/pycaffejaer

A collection of utilities useful to debug deep-networks trained with Caffe Deep Learning Framework. This utilities can also be used to convert caffe networks into jAER xml format
https://github.com/sensorsini/pycaffejaer

deep-learning deep-neural-networks machine-vision sensors

Last synced: 5 days ago
JSON representation

A collection of utilities useful to debug deep-networks trained with Caffe Deep Learning Framework. This utilities can also be used to convert caffe networks into jAER xml format

Awesome Lists containing this project

README

        

# pyCaffejAER
A collection of utilities useful to debug deep-networks trained with Caffe Deep Learning Framework.
This utilities can also be used to convert caffe networks into jAER xml format

# cnn to xml (caffe to jAER conversion)


$ cnn_to_xml.py



Converts caffe networks into jAER xml format

this script requires command line arguments:

model file -> network.prototxt

weights file -> caffenet.model

OR

if you pass a directory it will look for these files

Example usage:

python python/cnn_to_xml.py caffe_network_directory/ (it looks for .caffemodel and .prototxt)