Skip to content

Commit

Permalink
making verification script
Browse files Browse the repository at this point in the history
  • Loading branch information
viraatdas committed Mar 26, 2024
1 parent f75267e commit 5937adc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sample-images/test_CFU_Plate_Pics
.DS_Store

# Byte-compiled / optimized / DLL files
Expand Down
10 changes: 10 additions & 0 deletions backend/sample-images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### input
Random images off the internet

### output
Some random generation of the edge detection algorithm from the input folder

### test_CFU_Plate_Pics

Images that are labelled with the manually colony count

3 changes: 3 additions & 0 deletions backend/verify.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from count import count_colonies_within_petri_dish

TEST_DIRECTORY = "sample-images/test_CFU_Plate_Pics"

0 comments on commit 5937adc

Please sign in to comment.