Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

facebookresearch/d2go

Folders and files

NameName
Last commit message
Last commit date
Jul 30, 2024
May 2, 2023
Oct 4, 2024
Mar 3, 2024
Nov 1, 2024
May 8, 2024
Sep 26, 2024
Mar 30, 2022
Mar 3, 2021
Aug 3, 2021
Mar 4, 2021
Jan 12, 2024

D2Go

D2Go is a production ready software system from FacebookResearch, which supports end-to-end model training and deployment for mobile platforms.

What's D2Go

  • It is a deep learning toolkit powered by PyTorch and Detectron2.
  • State-of-the-art efficient backbone networks for mobile devices.
  • End-to-end model training, quantization and deployment pipeline.
  • Easy export to TorchScript format for deployment.

Installation

Install PyTorch Nightly (use CUDA 10.2 as example, see details at PyTorch Website):

conda install pytorch torchvision cudatoolkit=10.2 -c pytorch-nightly

Install Detectron2 (other installation options at Detectron2):

python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'

Install mobile_cv:

python -m pip install 'git+https://github.com/facebookresearch/mobile-vision.git'

Install d2go:

git clone https://github.com/facebookresearch/d2go
cd d2go & python -m pip install .

Get Started

License

D2Go is released under the Apache 2.0 license.

About

D2Go is a toolkit for efficient deep learning

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published