Recognition Cards is a special pre-trained machine learning model created to identify the following recognition cards (Download – Recognition Card – A4 Signs Pictoblox):
Signals
Go
Stop
GoStraight
TurnLeft
TurnRight
UTurn
PedestrianCrossing
CrossRoad
Numbers
Objects
Spades
Diamonds
Clubs
Hearts
Pizza
Hospital
Bomb
Home
Hazel
PizzaSlice
Tree
John
Accessing Recognition Card in Block Coding
Following is the process to add Recognition Card capability to the PictoBlox Project.
- Open PictoBlox and create a new file.
- Select the coding environment as Block Coding.
- Next, click on the Add Extension button and add the Recognition Card extension.
- The Recognition Card models will be downloaded, which may take a few seconds to load.
- Once downloaded you will get a message saying “Model loaded successfully”.
- You can find the Recognition Card blocks available in the project.
Accessing Recognition Card in Python Coding
Following is the process to add Recognition Card capability to the PictoBlox Project.
- Open PictoBlox and create a new file.
- Select the coding environment as Python Coding.
- Next, click on the Add Modules/Libraries button and add the Recognition Card extension.
- To access the library functions, you have to add the object declaration.
cards = RecognitionCards()