dwday/lbp_tensorflow_python
Fast Local Binary Patterns using TensorFlow
This tool helps developers quickly process image datasets by converting raw images into Local Binary Patterns (LBP). It takes in standard image data, such as from the Cifar10 dataset, and outputs LBP-transformed images, which are useful for tasks like texture analysis or object recognition. Data scientists and machine learning engineers who work with image processing for computer vision applications would find this beneficial.
No commits in the last 6 months.
Use this if you need a fast and efficient way to apply Local Binary Patterns transformation to your image datasets within a TensorFlow environment.
Not ideal if you are not working with TensorFlow or if your primary need is general-purpose image manipulation rather than specialized texture feature extraction.
Stars
7
Forks
—
Language
Jupyter Notebook
License
AGPL-3.0
Category
Last pushed
Aug 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dwday/lbp_tensorflow_python"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kratzert/finetune_alexnet_with_tensorflow
Code for finetuning AlexNet in TensorFlow >= 1.2rc0
bamos/densenet.pytorch
A PyTorch implementation of DenseNet.
raghakot/keras-resnet
Residual networks implementation using Keras-1.0 functional API
liuzhuang13/DenseNet
Densely Connected Convolutional Networks, In CVPR 2017 (Best Paper Award).
gpleiss/efficient_densenet_pytorch
A memory-efficient implementation of DenseNets