This project focuses on chip orientation estimation using computer vision techniques in a VLSI testing environment. The provided Python script uses OpenCV to create a bounding box around objects in a given image and returns the angular offset of the objects with notations.
-
Clone the repository:
git clone https://github.com/saikaryekar/Chip-Orientation-Estimation-with-OpenCV.git cd Chip-Orientation-Estimation-with-OpenCV
-
Install dependencies:
pip install -r requirements.txt
Run the chip_orientation_estimation.py
script with the path to the input image as an argument. For example:
python chip_orientation_estimation.py --image_path data/input_img.jpg