[D] Reimplementing an Object Detection Model.

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • yolov7

    Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

  • The pytorch implementation of YOLO (https://github.com/WongKinYiu/yolov7) is not so complex - not so much going on from a coding pov there, it's a pretty standard training loop.

  • micrograd

    A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API

  • If you want to understand what goes on under the hood, I can recommend taking a look at https://github.com/karpathy/micrograd or https://github.com/geohot/tinygrad

  • 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
  • tinygrad

    Discontinued You like pytorch? You like micrograd? You love tinygrad! ❤️ [Moved to: https://github.com/tinygrad/tinygrad] (by geohot)

  • If you want to understand what goes on under the hood, I can recommend taking a look at https://github.com/karpathy/micrograd or https://github.com/geohot/tinygrad

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts