Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
9b370bb2
Commit
9b370bb2
authored
Dec 15, 2020
by
WenmuZhou
Browse files
Delete unused code
parent
e92ed072
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
ppocr/modeling/transforms/tps.py
ppocr/modeling/transforms/tps.py
+0
-1
No files found.
ppocr/modeling/transforms/tps.py
View file @
9b370bb2
...
...
@@ -180,7 +180,6 @@ class GridGenerator(nn.Layer):
P
=
self
.
build_P_paddle
(
I_r_size
)
inv_delta_C_tensor
=
self
.
build_inv_delta_C_paddle
(
C
).
astype
(
'float32'
)
# inv_delta_C_tensor = paddle.zeros((23,23)).astype('float32')
P_hat_tensor
=
self
.
build_P_hat_paddle
(
C
,
paddle
.
to_tensor
(
P
)).
astype
(
'float32'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment