Belval / TextRecognitionDataGenerator

A synthetic data generator for text recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install properly under Python 3.9/dockerfile

SilvaQ opened this issue · comments

This project cannot be installed properly under Python 3.9. Which version is suitable?

I used dockerfile to build the image and it gave numpy need >=3.8 error.

I pulled docker belval/trdg:latest, a published image of this project, but ran it and reported an error saying there was no Handwrite Model.
I go in the container and install it and run it and it says 30 parameters, 27 parameters are given.

I tried almost everything but could not use this project normally. May I ask if you have not encountered such problems?

I use python 3.7 the problem goes away.
Hope to provide support for higher versions