Image2schematic
Image2schematic copied to clipboard
Counting IC pins
If we don't manage to obtain a datasheet for some chip, as a last fall back we should count how many pins the chip have. Can someone write a function that will take an IC image as an input and will output the number of pins in it?
example:
output: 16
Note: I have tried using color range but it didn't work well.
Thanks!
Hi @s39674 , May I work on this ?
@alijafari79 absolutely, go ahead! :rocket:
@alijafari79 absolutely, go ahead! 🚀
Thanks :)
Also, May I have some of the IC images that might have failed your color range tests ?! Or maybe some images to be able to verify the program ...
@alijafari79 absolutely, go ahead! 🚀
Thanks :)
Also, May I have some of the IC images that maybe failed your color range tests ?! Or maybe some images to be able to verify the program ...
@alijafari79 for sure:
If you need more images you can check out PCB-CD. I have there a extract_pcb_wacv_2019.py python script which can extract about ~300 IC images from the pcb_wacv_2019
dataset.
Let me know if you encounter other issues. Thanks!
Great ! I'll work on it and inform you on progress :)
@s39674 is this issue still open to work?