This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import re | |
| import sys | |
| import json | |
| import time | |
| import random | |
| import subprocess | |
| import requests | |
| import pandas as pd | |
| from pathlib import Path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import cv2 | |
| import numpy as np | |
| # --- 1. CONFIGURATION --- | |
| # <--- IMPORTANT: SET THIS TO YOUR ROOT FOLDER | |
| # This path assumes your 'ss' folder is in the same directory as the script. | |
| # Change it if your folder is somewhere else. | |
| ROOT_FOLDER = r"ss" |