Skip to content

A simple implement for Auto Detect Antigen based on Python and OpenCV

License

Notifications You must be signed in to change notification settings

Vill-Lab/Project-Antigen-Detection

Repository files navigation

Requirements

opencv
opencv-contrib-python >= 4.5.2
pillow
python-docx

usage

put your image folder under ./img
run this command:

python repeat.py  

You could modify line 97 in repeat.py to decide the folder depth, for example:

    for e in p.glob("./5月1日/*.*g"): #p.glob("./*.*g"):

After this command ended, you could get a doc file and get repeated images in ./repeatedDir

About

A simple implement for Auto Detect Antigen based on Python and OpenCV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages