Skip to main content

Implement FasterRCNN using Feature Pyramid Network for Object Detection

Project description

Decto

Cài đặt FasterRCNN sử dụng Feature Pyramid Network.

Thư viện decto hướng tới việc đơn giản khi sử dụng, code ngắn gọn, dễ hiểu và độ chính xác tương tự như thư viện detectron2, đồng thời giúp cho các bạn có thể custom code cho các dự án khác.

Thư viện này được áp dụng cho các dự án số hóa và đã đem lại kết quả rất tốt trên tập dữ liệu .

Cài đặt

Để cài đặt các bạn chạy lệnh sau

pip install decto

Kết quả thử nghiệm

Kết quả huấn luyện bằng decto có độ chính xác bằng với các thư viên khác như detectron2, hoặc pytorch-faster-rcnn

Cài đặt VOC 2007 Số hóa
detectron2 0.75 0.
decto 0.75 0.81

Train & Inference

Các bạn tham khảo notebook sau

Dataset

Các bạn chuẩn bị cấu trúc dataset dưới dạng sau

├── img
│   ├── a.jpg
│   ├── b.jpg
├── test.json
└── train.json

File json train và test có định dạng như dưới:

{
'class_names':['bird', 'car'],
'annotations':
[
  {'fname':'img/a.jpg', 'bbox':[[10, 20], [30, 40]], 'label':[0, 0]}
  {'fname':'img/b.jpg', 'bbox':[[20, 50], [40, 70]], 'label':[0, 1]}
]
}

Problem

Nếu bạn có bất kì vấn đề gì, vui lòng tạo issue hoặc liên hệ mình tại pbcquoc@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

decto-0.1.2.tar.gz (27.0 kB view details)

Uploaded Source

Built Distribution

decto-0.1.2-py3-none-any.whl (33.5 kB view details)

Uploaded Python 3

File details

Details for the file decto-0.1.2.tar.gz.

File metadata

  • Download URL: decto-0.1.2.tar.gz
  • Upload date:
  • Size: 27.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for decto-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ae0de0815d70b659b4b9a281a00b07210b29340ca3d5bc1b887c56e3692e3984
MD5 516992f5974678f7933a1436bb5bd929
BLAKE2b-256 5f001c20501ad3315e7450edca6de846f253da1e935f0b14f4721e117d5b325a

See more details on using hashes here.

File details

Details for the file decto-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: decto-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 33.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.1.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for decto-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5047e6843cb25055de780c4990703e617b075480ea8c359fbb0c321787758fb5
MD5 90198187228a1fd27c6345832b5fd46c
BLAKE2b-256 3968bd4211c870bcabd85d1af3ff3982aa1f01afd27cf5a198afb3a952c09a35

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page