seanywang0408 / AudioEar

Official code of AAAI'23 paper AudioEar: Single-View Ear Reconstruction for Personalized Spatial Audio written in PyTorch
28 stars 4 forks source link

The .npy file is missing in the project #1

Open zhouxy-1999 opened 1 year ago

zhouxy-1999 commented 1 year ago

When I was running train_recon.py, the following error occurred: image I failed to solve the problem,and I hope for some help.

seanywang0408 commented 10 months ago

I sincerely apologize for the late reply. The npy files are obtained from the json files, which record the keypoints annotation. I'm sorry to say that I forgot to correct this part of code when pushing the repo. (would be corrected soon) You could simply process the json into npy or modify the code which load the keypoints. image