|
|
@@ -49,7 +49,7 @@ class StandingPhotoAnalyzer(BasePhotoAnalyzer):
|
|
|
photos.append(FILE_URL + '{}.result.jpg'.format(i))
|
|
|
|
|
|
callback("FINISHED", result={"data": {"front": {"file": photos[0]}, "right": {"file": photos[1]}},
|
|
|
- "advice": {"front": npys[0], "right": npys[1]},"points":poses},)
|
|
|
+ "advice": {"front": npys[0], "right": npys[1],"points":poses}},)
|
|
|
except Exception as e:
|
|
|
callback("ERROR", error=e)
|
|
|
raise e
|