Solved

Hi, after following the OpenAI GPT-3 webinar I would like to ask if is it possible to create a process to detetc/extract the traffic sign from images using OpenAI GPT-3 in FME thx Francesco

  • 21 January 2023
  • 1 reply
  • 0 views

Badge +11
Hi, after following the OpenAI GPT-3 webinar I would like to ask if is it possible to create a process to detetc/extract the traffic sign from images using OpenAI GPT-3 in FME thx Francesco
icon

Best answer by hkingsbury 22 January 2023, 20:22

View original

1 reply

Userlevel 5
Badge +29

The demo was more focused around the chat aspects, there are quite a few examples of sign detection floating around. Many of them use python so you can incorporate these into FME with the PythonCaller

 

https://github.com/topics/traffic-sign-detection

Reply