Skip to content

MuhangTian/LFA-CV

Repository files navigation

LFA-CV

This repository contains files related with designing and training a computer vision model that would correctly detect and classify the results of lateral flow assay (LFA) tests.

  • To install relevant packages: pip install -r requirements.txt
  • Need to add environment variable using PYTHONPATH="path/to/your/directory:$PYTHONPATH (or add the root directory to sys.path at top of each .py file)

Project Structure

LFA-CV
|
|————data
|      |
|      |————self-data
|      |         |————image (all the images including the original and augmented ones)
|      |         |————Annotations (annotation files from label-studio)
|      |
|      |————augmented-TRAIN.csv (contain pointers to image names and coordinates of bounding boxes)
|
|————models  (.py files for implementation of models)
|————utils  (helper functions and modules)
|————trained    (store trained models)
|————config     (store model parameters using .yaml)
|————sweep      (store .yaml files for hyperparameter tuning using Weights & Biases)
|————effdet   (EfficientDet implementation)
|————run.py   (file for training models and tuning hyperparameters)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published