Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yolov3-tiny implementation #87

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

andrewfurey21
Copy link
Contributor

@andrewfurey21 andrewfurey21 commented Jul 1, 2024

Implementation of the yolov3-tiny architecture for Google Summer of Code.

  • YOLO forward pass
  • YOLO backward pass
  • YOLO Loss forward pass
  • YOLO loss backward pass
  • Implement YOLOv3-tiny
  • Documentation

The mlpack model is used here which has a bunch of preprocessing and post processing steps too needed for inference.

@shrit shrit marked this pull request as ready for review August 31, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant