bug fix: oops dev error
This commit is contained in:
parent
c99252f196
commit
1a22662fb8
|
@ -22,7 +22,7 @@ _df = [['eye type','eye_type',pa.EyesType],['frame style','style',pa.AvatarStyle
|
|||
]
|
||||
|
||||
_df = pd.DataFrame(_df,columns=['label','variable','values'])
|
||||
_df.to_csv('/home/steve/me.avatar.csv',index=False)
|
||||
# _df.to_csv('/home/steve/me.avatar.csv',index=False)
|
||||
def _parameters():
|
||||
_out = {'basic':{},'face':{},'clothes':{}}
|
||||
for _index in np.arange(_df.shape[0]) :
|
||||
|
|
Loading…
Reference in New Issue