View Single Post
  #18  
Old 11-13-2024, 03:18 PM
maniac_73's Avatar
maniac_73 maniac_73 is offline
CostA Kl@d1@n0s
Member
 
Join Date: May 2012
Location: Santa Clara, Ca
Posts: 764
Default

Quote:
Originally Posted by Snowman View Post
It's pretty easy with convolutional neural networks (CNNs). You use them to detect where the borders end and begin (called edge detection) on each side and then count the pixels between the edges. But it's clear from the results that it's not doing that, so that's why I suggested that it's doing the typical ChatGPT LLM approach and simply bluffing because most cards are in fact OC.
Its using the OpenAI LLM. Not using Image Recognition transformer. The parameters are just a percentage of each side. Would be interesting to see how an Image Recogntion LLM would work as you're right it does the recogntion by pixel which would in theory be a much more accurate method when fine tuned properly.
This is a just a Custom GPT I was playing with and am tuning as I go. A quick thing for fun to see what is possible.
Reply With Quote