Andrew Hundt
Andrew Hundt
@TarekTaha made a fork with a travis script, thanks! It will need a couple tweaks but will be helpful to have!
I've created an improved [Robust matching using RANSAC](http://scikit-image.org/docs/dev/auto_examples/plot_matching.html) example which warps and overlays the robust estimate on the image. This highlighted an important inconsistency (bug) in the results of the...
Would you be interested to get this into the keras models repository? https://github.com/fchollet/deep-learning-models I might be able to help with modifying the class to match the others appropriately.
Keras has created a new official keras-contrib repository where they will accept a broader range of contributions than mainline keras, for eventual inclusion in mainline if it becomes widely used....
FYI I'm planning on working on converting this to work with dense predictions based on the [resnet v2 in tensorflow models](https://github.com/tensorflow/models/blob/master/slim/nets/resnet_v2.py) via the use of [AtrousConvolutions2D in Keras](https://keras.io/layers/convolutional/#atrousconvolution2d). It will...
cifar10.py provides more debug output, performance charts, configurable batch sizes, supports TensorBoard, and provides better information about how the run is going, and to put checkpoints in folders based on...
Can't do this right now, but there may be some changes worth retaining here from this pull request based on this repo: https://github.com/fchollet/keras/pull/4718 I just pasted the changes over here...
Thanks for the useful tool and reference code! I needed to count a different label, so I made the stats feature a command line parameter.
reference projects worth a look: - https://github.com/mherb/kalman - https://github.com/mherb/kalman/tree/master/examples/Robot1 - https://github.com/jeremy-shannon/CarND-Extended-Kalman-Filter-Project - https://github.com/priseborough/InertialNav - https://github.com/sfwa/ukf/blob/master/examples/sfwa_ukf/cukf.cpp - https://github.com/ckirksey3/extended-kalman-filter-cpp