Skip to content

Instantly share code, notes, and snippets.

View IronOnet's full-sized avatar
😀
Building...

Arnaud Wanet IronOnet

😀
Building...
View GitHub Profile
@IronOnet
IronOnet / 1.py
Last active December 18, 2021 23:56
ALPR Keras 2
# robotflow LP dataset
!curl -L "https://public.roboflow.com/ds/4fdLbUI3Vz?key=wQnCoJLWdl" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
@IronOnet
IronOnet / check_data.py
Last active December 18, 2021 23:28
ALPR Keras
# load an image
image_id = 0
image = train_set.load_image(image_id)
print(image.shape)
@IronOnet
IronOnet / gist:01e8c267186bdbcdaad619f820d8e996
Created December 19, 2020 21:12 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch