FuxiCV / 3D-Face-GCNs

Towards High-Fidelity 3D Face Reconstruction from In-the-Wild Images Using Graph Convolutional Networks, CVPR 2020
MIT License
398 stars 80 forks source link

About seek error and results #29

Open Hpjhpjhs opened 3 years ago

Hpjhpjhs commented 3 years ago

@FuxiCV Hi, thanks for your great work! There would be some errors when the model is training, but the training can still continue. First of all, the os seek function problem appears in training from time to time like below: ''' W tensorflow/core/framework/op_kernel.cc:1389] Unknown: OSError: [Errno 22] Invalid argument Traceback (most recent call last):

File "C:\Users\Administrator\anaconda3\envs\ms3d-gpu\lib\site-packages\tensorflow\python\ops\script_ops.py", line 207, in call ret = func(*args)

File "F:\3D-Face-GCNs\3D-Face-GCNs-master\base_model.py", line 833, in load_image_bin return utils.load_image_bin(start_idx, self.img_file, image_len, self.img_size)

File "F:\3D-Face-GCNs\3D-Face-GCNs-master\utils.py", line 65, in load_image_bin img_file.seek(img_start)

OSError: [Errno 22] Invalid argument ''' Have you any suggestions? Besides, In addition, as the training progresses, the evaluated pictures become strange like below: The GCN_image: 222180_gcn_ren_clr The input_image: 222180_input The PCA_image: 222180_pca_ren_clr Do you know why this happened?

Finally, can we ignore this error: "- x - INFO: - Error Occured in Sess Run." Maybe this happens when the gradients are None or INF. It's appreciated If I can receive your reply.

haoxurt commented 3 years ago

@Hpjhpjhs Could you tell me how install spatialsearch successfully and your version of python?