unexpected EOF, expected 273069 more bytes. #237

Open
opened 2026-01-29 21:45:59 +00:00 by claunia · 0 comments
Owner

Originally created by @YosAwed on GitHub (Aug 29, 2022).

Hello,
I updated latest source code, but still I have an issue. I tried all three version pretrain data (V1, V1.2, V1.3) but all data was corrupted?
Any thought?

(base) PS C:\Users\xxxxx\gfpgan> python inference_gfpgan.py -i inputs\whole_imgs -o results -v 1.3 -s 2
Traceback (most recent call last):
File "inference_gfpgan.py", line 155, in
main()
File "inference_gfpgan.py", line 103, in main
restorer = GFPGANer(
File "C:\Users\xxxxx\gfpgan\gfpgan\utils.py", line 76, in init
self.face_helper = FaceRestoreHelper(
File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\facexlib\utils\face_restoration_helper.py", line 98, in init
self.face_det = init_detection_model(det_model, half=False, device=self.device)
File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\facexlib\detection_init_.py", line 20, in init_detection_model
load_net = torch.load(model_path, map_location=lambda storage, loc: storage)
File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\torch\serialization.py", line 713, in load
return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args)
File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\torch\serialization.py", line 938, in _legacy_load
typed_storage._storage._set_from_file(
RuntimeError: unexpected EOF, expected 273069 more bytes. The file might be corrupted.

Originally created by @YosAwed on GitHub (Aug 29, 2022). Hello, I updated latest source code, but still I have an issue. I tried all three version pretrain data (V1, V1.2, V1.3) but all data was corrupted? Any thought? (base) PS C:\Users\xxxxx\gfpgan> python inference_gfpgan.py -i inputs\whole_imgs -o results -v 1.3 -s 2 Traceback (most recent call last): File "inference_gfpgan.py", line 155, in <module> main() File "inference_gfpgan.py", line 103, in main restorer = GFPGANer( File "C:\Users\xxxxx\gfpgan\gfpgan\utils.py", line 76, in __init__ self.face_helper = FaceRestoreHelper( File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\facexlib\utils\face_restoration_helper.py", line 98, in __init__ self.face_det = init_detection_model(det_model, half=False, device=self.device) File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\facexlib\detection\__init__.py", line 20, in init_detection_model load_net = torch.load(model_path, map_location=lambda storage, loc: storage) File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\torch\serialization.py", line 713, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "C:\Users\xxxxx\anaconda3\envs\base\lib\site-packages\torch\serialization.py", line 938, in _legacy_load typed_storage._storage._set_from_file( RuntimeError: unexpected EOF, expected 273069 more bytes. The file might be corrupted.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#237