Skip to content

Commit 5c42593

Browse files
author
buitrongdat1108
committed
test gpu
1 parent f6cb444 commit 5c42593

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+47
-2
lines changed

.gitignore

+42
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,45 @@ vietocr/tool/__pycache__/utils.cpython-38.pyc
4141
vietocr/tool/__pycache__/utils.cpython-39.pyc
4242
.idea/ALPR_Ver7.iml
4343
.idea/misc.xml
44+
.idea/ALPR_Ver7.iml
45+
.idea/misc.xml
46+
src/__pycache__/detect_and_recognize.cpython-38.pyc
47+
src/__pycache__/detect_and_recognize.cpython-39.pyc
48+
src/lp_detection/__pycache__/detect.cpython-38.pyc
49+
src/lp_detection/__pycache__/detect.cpython-39.pyc
50+
vietocr/__pycache__/__init__.cpython-38.pyc
51+
vietocr/__pycache__/__init__.cpython-39.pyc
52+
vietocr/model/__pycache__/__init__.cpython-38.pyc
53+
vietocr/model/__pycache__/__init__.cpython-39.pyc
54+
vietocr/model/__pycache__/beam.cpython-38.pyc
55+
vietocr/model/__pycache__/beam.cpython-39.pyc
56+
vietocr/model/__pycache__/transformerocr.cpython-38.pyc
57+
vietocr/model/__pycache__/transformerocr.cpython-39.pyc
58+
vietocr/model/__pycache__/vocab.cpython-38.pyc
59+
vietocr/model/__pycache__/vocab.cpython-39.pyc
60+
vietocr/model/backbone/__pycache__/__init__.cpython-38.pyc
61+
vietocr/model/backbone/__pycache__/__init__.cpython-39.pyc
62+
vietocr/model/backbone/__pycache__/cnn.cpython-38.pyc
63+
vietocr/model/backbone/__pycache__/cnn.cpython-39.pyc
64+
vietocr/model/backbone/__pycache__/resnet.cpython-38.pyc
65+
vietocr/model/backbone/__pycache__/resnet.cpython-39.pyc
66+
vietocr/model/backbone/__pycache__/vgg.cpython-38.pyc
67+
vietocr/model/backbone/__pycache__/vgg.cpython-39.pyc
68+
vietocr/model/seqmodel/__pycache__/__init__.cpython-38.pyc
69+
vietocr/model/seqmodel/__pycache__/__init__.cpython-39.pyc
70+
vietocr/model/seqmodel/__pycache__/convseq2seq.cpython-38.pyc
71+
vietocr/model/seqmodel/__pycache__/convseq2seq.cpython-39.pyc
72+
vietocr/model/seqmodel/__pycache__/seq2seq.cpython-38.pyc
73+
vietocr/model/seqmodel/__pycache__/seq2seq.cpython-39.pyc
74+
vietocr/model/seqmodel/__pycache__/transformer.cpython-38.pyc
75+
vietocr/model/seqmodel/__pycache__/transformer.cpython-39.pyc
76+
vietocr/tool/__pycache__/__init__.cpython-38.pyc
77+
vietocr/tool/__pycache__/__init__.cpython-39.pyc
78+
vietocr/tool/__pycache__/config.cpython-38.pyc
79+
vietocr/tool/__pycache__/config.cpython-39.pyc
80+
vietocr/tool/__pycache__/predictor.cpython-38.pyc
81+
vietocr/tool/__pycache__/predictor.cpython-39.pyc
82+
vietocr/tool/__pycache__/translate.cpython-38.pyc
83+
vietocr/tool/__pycache__/translate.cpython-39.pyc
84+
vietocr/tool/__pycache__/utils.cpython-38.pyc
85+
vietocr/tool/__pycache__/utils.cpython-39.pyc

.idea/ALPR_Ver7.iml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-54 Bytes
Binary file not shown.
-29 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)