amanda 3 anni fa
parent
commit
8b3e5d2ae7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend_refactor/service/photo_analyzer.py

+ 1 - 1
backend_refactor/service/photo_analyzer.py

@@ -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