Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
py-3d-face-reconstruction
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Richard Torenvliet
py-3d-face-reconstruction
Commits
1d8566ce
Commit
1d8566ce
authored
Nov 15, 2016
by
Richard Torenvliet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put back support for the eigenvalue multiplier
parent
bf8fac8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/server.py
src/server.py
+1
-2
No files found.
src/server.py
View file @
1d8566ce
...
...
@@ -85,7 +85,7 @@ class ImageWebSocketHandler(websocket.WebSocketHandler):
self
.
texture_model
,
image_filename
,
shape_components
,
shape_eigenvalues_multiplier
,
shape_eigenvalues_multiplier
=
shape_eigenvalues_multiplier
,
image_as_background
=
image_as_background
)
...
...
@@ -137,7 +137,6 @@ class ApiHandler(web.RequestHandler):
self
.
set_header
(
'Access-Control-Allow-Methods'
,
'POST, GET, OPTIONS'
)
self
.
set_header
(
"Content-Type"
,
'application/vnd.api+json'
)
class
FaceHandler
(
ApiHandler
):
@
web
.
asynchronous
def
get
(
self
,
*
args
):
...
...
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