Ssd

Top 23 Ssd Open-Source Projects

  • mmdetection

    OpenMMLab Detection Toolbox and Benchmark

  • badger

    Fast key-value DB in Go.

  • Project mention: Anytype helper crashed | /r/Anytype | 2023-12-09

    github.com/dgraph-io/badger/v3/table.OpenTable(0xc000bb4000, {0x0, 0x1, 0x200000, 0x0, 0x0, 0x3f847ae147ae147b, 0x1000, 0x0, 0x0, ...})

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • a-PyTorch-Tutorial-to-Object-Detection

    SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection

  • ssd_keras

    A Keras port of Single Shot MultiBox Detector

  • handtracking

    Building a Real-time Hand-Detector using Neural Networks (SSD) on Tensorflow

  • CrystalDiskInfo

    CrystalDiskInfo

  • FastMOT

    High-performance multiple object tracking based on YOLO, Deep SORT, and KLT 🚀

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • CacheLib

    Pluggable in-process caching engine to build and scale high performance services

  • sirix

    SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

  • Project mention: Show HN: Integer Map Data Structure | news.ycombinator.com | 2024-01-24

    We're using a similar trie structure as the main document (node) index in SirixDB[1]. Lately, I got some inspiration for different page-sizes based on the ART and HAMT basically for the rightmost inner pages (as the node-IDs are generated by a simple sequence generator and thus also all inner pages (we call them IndirectPage) except for the rightmost are fully occupied (the tree height is adapted dynamically depending on the size of the stored data. Currently, always 1024 references are stored to indirect child pages, but I'll experiment with smaller sized, as the inner nodes are simply copied for each new revision, whereas the leaf pages storing the actual data are versioned themselfes with a novel sliding snapshot algorithm.

    You can simply compute from a unique nodeId each data is assigned (64bit) the page and reference to traverse on each level in the trie through some bit shifting.

    [1] https://github.com/sirixdb/sirix

  • KDiskMark

    A simple open-source disk benchmark tool for Linux distros

  • People-Counting-in-Real-Time

    People Counting in Real-Time with an IP camera.

  • Project mention: Building an occupancy sensor with a $5 ESP32 and a serverless DB | news.ycombinator.com | 2023-11-13

    And with more of these, you could track where everyone is all the time!

    Here's a camera based video people counter.[1] This is a bit less intrusive.

    [1] https://github.com/saimj7/People-Counting-in-Real-Time

  • CrystalDiskMark

    CrystalDiskMark

  • CrossPlatformDiskTest

    Windows, macOS and Android storage (HDD, SSD, RAM) speed testing/performance benchmarking app

  • Project mention: Random speed drop in external nvme | /r/mac | 2023-05-11
  • openSeaChest

    Cross platform utilities useful for performing various operations on SATA, SAS, NVMe, and USB storage devices.

  • Project mention: WD refused to answer our questions about its self-wiping SanDisk SSDs | news.ycombinator.com | 2023-08-19

    By the way, but I've discovered that Seagate has published the source code for openSeaChest:

    > openSeaChest is a collection of comprehensive, easy-to-use command line diagnostic tools and programming libraries for storage devices that help you quickly determine the health and status of your storage product. The collection includes several tests that show device information, properties and settings. It includes several tests which may modify the storage product such as power management features or firmware download. It includes various commands to examine the physical media on your storage device. Close to 200 commands and sub-commands are available in the various openSeaChest utilities. These are described in more detail below.

    https://github.com/Seagate/openSeaChest

  • gsmartcontrol

    GSmartControl - Hard disk drive and SSD health inspection tool

  • Project mention: Are HDDs REALLY better than SSDs for long term bulk storage? | /r/DataHoarder | 2023-12-10

    Most advanced SMARTmonTools or if you on windows and prefer GUI, then there is wrapper GSmartControl

  • ssd-gpu-dma

    Build userspace NVMe drivers and storage applications with CUDA support

  • rapiddisk

    An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.

  • EESRGAN

    Small-Object Detection in Remote Sensing (satellite) Images with End-to-End Edge-Enhanced GAN and Object Detector Network

  • Project mention: LogoScale – A method for vectorizing small, crappy logos | news.ycombinator.com | 2023-09-09

    Yeah I'd be similarly curious how that was arrived at. ESRGAN was co-developed by a researcher at Tencent, who has been involved in a range of similar things.

    The only satellite related thing I saw in my brief searching is some separate project[1] based on ESRGAN used for satellite imagery.

    [1] https://github.com/Jakaria08/EESRGAN

  • SSD-pytorch

    SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity

  • ToolBin

    All the great tools we have for the field.

  • Project mention: Hard drive compatability | /r/synology | 2023-07-08

    https://www.seagate.com/products/enterprise-drives/exos-x/x20/ https://github.com/Seagate/ToolBin/tree/master/SeaChest/Lite

  • mobilenets-ssd-pytorch

    MobileNets-SSD/SSDLite on VOC/BDD100K Datasets

  • coral-pi-rest-server

    Perform inferencing of tensorflow-lite models on an RPi with acceleration from Coral USB stick

  • Project mention: BeagleY-AI: 4 TOPS-capable $70 board from Beagleboard | news.ycombinator.com | 2024-03-27
  • shd

    Show pretty HDD/SSD list

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ssd related posts

Index

What are some of the best open-source Ssd projects? This list will help you:

Project Stars
1 mmdetection 27,742
2 badger 13,347
3 a-PyTorch-Tutorial-to-Object-Detection 2,958
4 ssd_keras 1,846
5 handtracking 1,638
6 CrystalDiskInfo 1,429
7 FastMOT 1,095
8 CacheLib 1,080
9 sirix 1,079
10 KDiskMark 954
11 People-Counting-in-Real-Time 466
12 CrystalDiskMark 452
13 CrossPlatformDiskTest 451
14 openSeaChest 401
15 gsmartcontrol 317
16 ssd-gpu-dma 296
17 rapiddisk 282
18 EESRGAN 251
19 SSD-pytorch 159
20 ToolBin 117
21 mobilenets-ssd-pytorch 92
22 coral-pi-rest-server 66
23 shd 48

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com