perspectivLabs / CountingChallenge

0 stars 45 forks source link

Vishwesh's Solution #4

Closed vishweshvhavle closed 1 month ago

vishweshvhavle commented 1 month ago

Info

Name

Vishwesh Vhavle

Python Version

Python 3.9.12

Description

AI

Based on Pretrained YOLOv8 Open-Vocabulary.

Non_AI

Binary Thresholding, Noise Reduction, Contour Area Thresholding.

Additional Comments

Please check SOLUTION.md for instructions on setup and running the script.

SathvikKS-Perspectiv commented 1 month ago

Hi @vishweshvhavle. Could you please clear out unwanted files (images, etc)

vishweshvhavle commented 1 month ago

@SathvikKS-Perspectiv I have removed data/ and debug/

vishweshvhavle commented 1 month ago

I just have one count.py script that you can run with flags --ai and --non_ai, hope that's okay.