강의

멘토링

로드맵

Inflearn Community Q&A

hdyru13r6853's profile image
hdyru13r6853

asked

All-in-one deep learning image recognition with vehicle license plate recognition project and TensorFlow

Custom Dataset Hands-on Project 1 - Training License Plate OCR Model (Custom Dataset) using CRNN

Custom Dataset 실전 프로젝트 실습 1 - CRNN를 이용한 License Plate OCR 모델(Custom Dataset) 학습

Written on

·

231

0

image.pngimage.pngimage.png

 

recognizer = keras_ocr.recognition.Recognizer()

여기서 인식할 수 없는 키워드가 Dense에 전달되었다고 하면서 진행이 되질 않습니다.

머신러닝딥러닝tensorflowNLP컴퓨터-비전cnn

Answer 2

0

image.png

올려주신 실습파일로 해도 에러가발생해서 버전문제인것 같은데도 gpt로도 해결이안되네요

0

AISchool님의 프로필 이미지
AISchool
Instructor

안녕하세요~. 반갑습니다.

먼저 수강에 불편을 드려서 죄송합니다.

강의 영상 촬영시점 이후로 많은 시간이 흘러서 라이브러리 버전 관련해서 충돌이 나는 것 같네요.

라이브러리 버전을 정리한 아래 colab 파일들로 실습 진행을 부탁드립니다.

  1. Custom Dataset 실전 프로젝트 실습 1 - CRNN를 이용한 License Plate OCR 모델(Custom Dataset) 학습 -
    https://colab.research.google.com/drive/1Su46pN-Ye5T7QAd5idw-ZW5OjEuHWU-h?usp=sharing
    2. Custom Dataset 실전 프로젝트 실습 1 - CRNN를 이용한 License Plate OCR 모델(Custom Dataset) 학습 Solution -
    https://colab.research.google.com/drive/1KYlTFWOmBdOmsWLDUa8sHpFif-hpXg9W?usp=sharing

좋은 하루되세요.

감사합니다.

hdyru13r6853's profile image
hdyru13r6853

asked

Ask a question