-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello Henry,
I am confused the model training for the BPBNet, do you have any idea coming out according to the following issues what I met?
I followed the command:
python3.6 train_BPXnet.py --X_is 'B' --slp 'mixedreal' --train_only_betanet
it rose the error:
File "../lib_py/tensorprep_lib_bp.py", line 151, in prep_reconstruction_gt
x[im_ct, start_map_idx, :, :] = dat['mesh_depth'][entry].astype(np.float32)
KeyError: 'mesh_depth'
also, I skipped the first step, continue the second and the third step, then followed the fourth step for the BPBNet,
python train_BPXnet.py --X_is 'B' --mod 2 --slp 'mixedreal' --v2v
it rose the error:
File "../lib_py/tensorprep_lib_bp.py", line 170, in prep_reconstruction_input_est
x[im_ct, start_map_idx, :, :] = dat['pimg_est'][entry].astype(np.float32)
KeyError: 'pimg_est'
I found the program read the dataset correctly, but idk what I missed... Is it necessary to get the BodyPressureSD addendum dataset (148G) to setup the training for BPBNet?
Thanks in advance.
Best Regards,
Ganyong