Atcold/pytorch-CortexNet
PyTorch implementation of the CortexNet predictive model
This project provides an implementation of CortexNet, a predictive model for analyzing video data. It takes raw video files, processes them to identify patterns, and generates insights or predictions about the video content. This tool is designed for researchers or practitioners working with video analysis, especially in fields like computer vision or machine learning.
368 stars. No commits in the last 6 months.
Use this if you need to train or evaluate a CortexNet model on your own video datasets for predictive analysis.
Not ideal if you are looking for a pre-trained, plug-and-play solution for general video classification without needing to train custom models.
Stars
368
Forks
80
Language
Jupyter Notebook
License
—
Category
Last pushed
Nov 28, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Atcold/pytorch-CortexNet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
kk7nc/RMDL
RMDL: Random Multimodel Deep Learning for Classification
OML-Team/open-metric-learning
Metric learning and retrieval pipelines, models and zoo.
miguelvr/dropblock
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
PaddlePaddle/models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models...