SaaSHub helps you find the best software and product alternatives Learn more →
Deepdetect Alternatives
Similar projects and alternatives to deepdetect
-
Pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
-
-
-
label-studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
cvat
Discontinued Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale. [Moved to: https://github.com/cvat-ai/cvat]
-
anomalib
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
-
-
-
awesome-production-machine-learning
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
-
-
ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
-
-
-
-
-
coco-annotator
:pencil2: Web-based image segmentation tool for object detection, localization, and keypoints
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
deepdetect discussion
deepdetect reviews and mentions
-
Exploring Open-Source Alternatives to Landing AI for Robust MLOps
For those seeking a lightweight solution for setting up deep learning REST APIs across platforms without the complexity of Kubernetes, Deepdetect is worth considering.
-
[D] Deep Learning Framework for C++.
But you need to have good reasons to do it. Ours is that we have a multi-backend framework, and that we don't want any step in between dev & run. C++ allows for this since the same code can run on training server and edge device as needed. It also allows for building full AI applicatioms with great performances (e g. real time) We dev & use https://github.com/jolibrain/deepdetect for these purposes and it serves us very well, but it's not the faint of heart !
-
[P] Real-time AR for jewelry virtual try on that looks real, done with joliGAN, based on a few 2D videos and no 3D model
- Real-time is achieved through our full C++ Open Source backend DeepDetect, https://github.com/jolibrain/deepdetect. We use CUDA along with OpenCV and TensorRT to chain multiple models (ring detection and generator mostly), and we make sure the data remain within CUDA memory at all time. This allows us to reach ~60 FPS on 1080Ti and 20% more on average on an RTX3090.
-
[P] Benchmarking OpenBLAS on an Apple MacBook M1
Interesting, thanks. Recently benchmarked inference with Vulkan/MoltenVK/NCNN, M1 GPU is roughly 30% faster than M1 CPU, https://github.com/jolibrain/deepdetect/pull/1105 for single batch inference (NCNN does not really support batch size > 1).
-
A note from our sponsor - SaaSHub
www.saashub.com | 18 Sep 2024
Stats
jolibrain/deepdetect is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of deepdetect is C++.