Skip to content

Releases: ias-tcd/competitor-matching-model

v3.0.0

10 Apr 21:55
9fff281
Compare
Choose a tag to compare

What's Changed

  • Introduced persistence of analyses across the app
  • Fine-tuned logo detection model
  • Added and fine-tuned ResNet50 model for vector embedding
  • Implemented FAISS ANN search
  • Collected rest of images
  • Labelled images for three brands: Under Armour, North Face and New Balance and added them to the tree
  • Connected the API to all three model components to serve the full analysis
  • Enhanced filtering on overlapping boundary boxes, distance and confidence thresholds

PR's Merged

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

18 Mar 16:17
31e51ed
Compare
Choose a tag to compare

What's Changed

  • Tests for API were set up
  • Users and registration and login endpoints were added
  • Confidence threshold of Yolo model tweaked following empirical analysis
  • Issues with LFS fixed
  • Further images collected and split

PR's Merged

Full Changelog: v1.0.0...v2.0.0

v1.0.0

01 Mar 17:48
267aa2f
Compare
Choose a tag to compare

What's Changed

  • Added integration with Yolov7 pre-trained model for logo detection in images
  • Added API endpoint to facilitate processing n images through the model
  • Upgraded docker building and dependencies for model integration
  • Additional images collected for the dataset

PRs Merged

  • Feat: Update docker building for model requirements by @sktylr in #69
  • Added 'images' app by @dhrvrc in #70
  • Chore: Bump Django and OpenCV versions by @sktylr in #75
  • Feat: Add make temporary directory context manager by @sktylr in #73
  • collect under armour images by @temi-oye in #72
  • Bugfix: Update deployment script for larger docker images by @sktylr in #78
  • Update README with CI/CD status badges and database migration instructions by @sktylr in #79
  • Added model for detection and processing by @liuphui in #80
  • Feat: Run models in docker without API by @sktylr in #82
  • Linked Images endpoint to the Model by @dhrvrc in #90

New Contributors

Full Changelog: v0.1.0-alpha...v1.0.0

v0.1.0-alpha

23 Feb 20:54
7b1cb81
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

v0.1.0-alpha

Pre-release following the first sprint from January 22nd - February 18th

What's changed

  • Created initial repository structure including dockerising the API
  • Added a CI/CD pipeline to test on pull requests and deploy on pushes to main
  • An initial version of our web scraper was introduced with images from adidas added to our dataset.

Pull Requests Merged

New Contributors

Full Changelog: https://github.com/ias-tcd/competitor-matching-model/commits/v0.1.0-alpha