You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks to share your great project.
but it's unable to run on my RaspiBerry 4B with the errors as below with the command:
$ python test.py --exp_dir ./runs/bosphorus
Testing ./runs/bosphorus/
Traceback (most recent call last):
File "/home/pi/src/ai/3d_face_class/test.py", line 39, in
train_list, test_list = get_train_test_split(config=config,
File "/home/pi/src/ai/3d_face_class/data.py", line 198, in get_train_test_split
train_list = _build_data_list(config, data_dir, train_ids, classes_dict)
File "/home/pi/src/ai/3d_face_class/data.py", line 211, in _build_data_list
e = np.load(e_fname)
File "/home/pi/.local/lib/python3.9/site-packages/numpy/lib/npyio.py", line 407, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'graph_data/bosphorus_full/bs009/edges_bs009_LFAU_17_0.npy'
By the way, the test commands unable to find in your projects, such as there is not /runs//exp000 but runs/bosphorus & runs/frgc
Thanks & Best Regards
Sui
The text was updated successfully, but these errors were encountered:
Hi @suijunqiang , sorry for the late reply, i don't know how but i missed the notification on this!
Regarding your problem: the FileNotFoundError error is due to the absence of any data under graph_data/.
I cannot share the data i used so you'll need to train a model on your data, unfortunately.
I can help you with that but it's mandatory for you to provide the data (either as meshes or graphs).
Hope i answered your question.
Thanks for the interest in this project and sorry again for the late reply
First of all, thanks to share your great project.
but it's unable to run on my RaspiBerry 4B with the errors as below with the command:
$ python test.py --exp_dir ./runs/bosphorus
Testing ./runs/bosphorus/
By the way, the test commands unable to find in your projects, such as there is not /runs//exp000 but runs/bosphorus & runs/frgc
Thanks & Best Regards
Sui
The text was updated successfully, but these errors were encountered: