Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 564 Bytes

ContainerNumber-OCR

Detection and Recognition Container number.
Detection: Pixel_link + MobileNet_v2
Recognition: LSTM
Speed: RTX 2080Ti 200ms/image(1920*1080)

Sample

Pretrained model

Including Pb models and ckpt
Google Drive

Convert to Openvino Model

python tools/export.py \
  --checkpoint ckpt/recognition_v/model_all.ckpt-146000 \
  --output_dir recognition_v_ov