rPPG
rPPG copied to clipboard
Questions about the pkl file
While trying to run Run.py file throws error below : init
As i could understand its pickle issue. Please let me know what to do and how to proceed?
Al intentar ejecutar el archivo Run.py, aparece el siguiente error: init
Rastreo (última llamada más reciente): Archivo "/content/rPPG/run.py", línea 65, en runPOS(fuente) Archivo "/content/rPPG/run.py", línea 39, en call capture = CaptureFrames(self .batch_size, source, show_mask=True) Archivo "/content/rPPG/capture_frames.py", línea 20, en init self.model.load_state_dict(torch.load('/content/rPPG/linknet.pth')) Archivo " /usr/local/lib/python3.7/dist-packages/torch/serialization.py", línea 608, en el retorno de carga _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) Archivo "/usr/local/lib/python3 .7/dist-packages/torch/serialization.py", línea 777, en _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: clave de carga no válida, 'v'. Como pude entender su problema de salmuera. Por favor, hágame saber qué hacer y cómo proceder.
have you been able to solve?