All Projects → frgfm → Holocron

frgfm / Holocron

Licence: mit
PyTorch implementations of recent Computer Vision tricks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Holocron

Ssds.pytorch
Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
Stars: ✭ 570 (+500%)
Mutual labels:  yolo, darknet
Pytorch Yolo2
Convert https://pjreddie.com/darknet/yolo/ into pytorch
Stars: ✭ 941 (+890.53%)
Mutual labels:  yolo, darknet
Openlabeling
Label images and video for Computer Vision applications
Stars: ✭ 706 (+643.16%)
Mutual labels:  yolo, darknet
Tracking With Darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 515 (+442.11%)
Mutual labels:  yolo, darknet
Yolo 9000
YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Stars: ✭ 1,057 (+1012.63%)
Mutual labels:  yolo, darknet
Bmw Yolov4 Training Automation
This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
Stars: ✭ 533 (+461.05%)
Mutual labels:  yolo, darknet
Yolo annotation tool
Annotation tool for YOLO in opencv
Stars: ✭ 17 (-82.11%)
Mutual labels:  yolo, darknet
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (+215.79%)
Mutual labels:  yolo, darknet
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+933.68%)
Mutual labels:  yolo, resnet
Yolov2.pytorch
YOLOv2 algorithm reimplementation with pytorch
Stars: ✭ 31 (-67.37%)
Mutual labels:  yolo, darknet
Yolo resnet
Implementing YOLO using ResNet as the feature extraction network
Stars: ✭ 82 (-13.68%)
Mutual labels:  yolo, resnet
Yolo Custom Object Detector
Making custom object detector using Yolo (Java and Python)
Stars: ✭ 84 (-11.58%)
Mutual labels:  yolo, darknet
Yolo3 4 Py
A Python wrapper on Darknet. Compatible with YOLO V3.
Stars: ✭ 504 (+430.53%)
Mutual labels:  yolo, darknet
Opendatacam
An open source tool to quantify the world
Stars: ✭ 1,214 (+1177.89%)
Mutual labels:  yolo, darknet
Node Yolo
Node bindings for YOLO/Darknet image recognition library
Stars: ✭ 364 (+283.16%)
Mutual labels:  yolo, darknet
Mobilenet Yolo
A caffe implementation of MobileNet-YOLO detection network
Stars: ✭ 825 (+768.42%)
Mutual labels:  yolo, darknet
DarkMark
Marking up images for use with Darknet.
Stars: ✭ 62 (-34.74%)
Mutual labels:  yolo, darknet
DarkHelp
C++ wrapper library for Darknet
Stars: ✭ 65 (-31.58%)
Mutual labels:  yolo, darknet
Pytorch Caffe Darknet Convert
convert between pytorch, caffe prototxt/weights and darknet cfg/weights
Stars: ✭ 867 (+812.63%)
Mutual labels:  yolo, darknet
Darknet ros
YOLO ROS: Real-Time Object Detection for ROS
Stars: ✭ 1,101 (+1058.95%)
Mutual labels:  yolo, darknet

Holocron

License Codacy Badge Build Status codecov Docs

Implementations of recent Deep Learning tricks in Computer Vision, easily paired up with your favorite framework and model zoo.

Holocrons were information-storage datacron devices used by both the Jedi Order and the Sith that contained ancient lessons or valuable information in holographic form.

Source: Wookieepedia

Table of Contents

Note: support of activation mapper and model summary has been dropped and outsourced to independent packages (torch-cam & torch-scan) to clarify project scope.

Getting started

Prerequisites

  • Python 3.6 (or more recent)
  • pip

Installation

You can install the package using pypi as follows:

pip install pylocron

or using conda:

conda install -c frgfm pylocron

Usage

nn

Main features

models

Main features

ops

Main features

optim

Main features

Technical roadmap

The project is currently under development, here are the objectives for the next releases:

  • [x] Standardize models: standardize models by task.
  • [x] Reference scripts: add reference training scripts
  • [ ] Speed benchmark: compare holocron.nn functions execution speed.

Documentation

The full package documentation is available here for detailed specifications. The documentation was built with Sphinx using a theme provided by Read the Docs

Contributing

Please refer to CONTRIBUTING if you wish to contribute to this project.

License

Distributed under the MIT License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].