Open lxrswdd opened 1 year ago
same issue
Replace line 250 - 254 in util.py to:
image = cv2.circle(image, (int(st[0]), int(st[1])), 1, c, 2) if i in end_list: continue ed = kpts[i + 1, :2] image = cv2.line(image, (int(st[0]), int(st[1])), (int(ed[0]), int(ed[1])), (255, 255, 255), 1)
This works for me
the generic_model.pkl
file can be found in 2020 version
When I am running the demo
python photometric_fitting.py 00000 cuda
First problem:FileNotFoundError: [Errno 2] No such file or directory: './data/generic_model.pkl'
I downloadedflame2023.pkl
and rename to it. I am not sure this is the right thing to do. Further another problem appeared.In addition, I have to install different versions of libraries to fit the codes? Can you please update an library list so we can install the correct versions?