Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillobar authored Dec 25, 2023
1 parent 1f6961f commit 3becbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rope/VideoManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__( self ):
self.face_parsing_tensor = []
self.codeformer_model = []
self.GPEN_256_model = []
self.GPEN_256_model = []
self.GPEN_512_model = []

self.FFHQ_kps = np.array([[ 192.98138, 239.94708 ], [ 318.90277, 240.1936 ], [ 256.63416, 314.01935 ], [ 201.26117, 371.41043 ], [ 313.08905, 371.15118 ] ])

Expand Down

0 comments on commit 3becbbf

Please sign in to comment.