Replies: 1 comment
-
|
Hi @yerin723 👋🏼
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello.
Currently, we created a detection data set through python labelImg.py.
https://github.com/mindee/doctr/tree/main/references/detection
I also created a data format structure by referring to the address above.
But in the terminal window
python references/detection/train_pytorch.py C:\Users\PIAI\Desktop\test C:\Users\PIAI\Desktop\val db_resnet50 --epochs 5 --device NVIDIA GeForce RTX 2080
When I type it like this
ImportError: cannot import name 'VOCABS' from partially initialized module 'doctr.datasets' (most likely due to a circular import) (C:\Users\PIAI\Desktop\ocrproject\doctr\doctr\datasets_init_.py)
This error keeps occurring.
What should I do to resolve the error?
I am a beginner, so please explain it step by step.
Beta Was this translation helpful? Give feedback.
All reactions