Chacsam
Chacsam
IImmich
Created by Chacsam on 5/18/2023 in #help-desk-support
Face recognition Issue
Face recognition has been running fine (if you believe the interface), but the People menu doesn't appear in the explore menu. The ip:2283/api/person only displays [], no thumbnail. Errors in the log of the machine learning container:
File "/opt/venv/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 397, in _create_inference_session
sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from /cache/models/buffalo_l/1k3d68.onnx failed:Protobuf parsing failed.
2023-05-18 19:13:56.676680506 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 734, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
INFO: 172.18.0.8:57840 - "POST /facial-recognition/detect-faces HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
File "/opt/venv/lib/python3.10/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 397, in _create_inference_session
sess = C.InferenceSession(session_options, self._model_path, True, self._read_config_from_model)
onnxruntime.capi.onnxruntime_pybind11_state.InvalidProtobuf: [ONNXRuntimeError] : 7 : INVALID_PROTOBUF : Load model from /cache/models/buffalo_l/1k3d68.onnx failed:Protobuf parsing failed.
2023-05-18 19:13:56.676680506 [E:onnxruntime:Default, env.cc:251 ThreadMain] pthread_setaffinity_np failed for thread: 734, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
INFO: 172.18.0.8:57840 - "POST /facial-recognition/detect-faces HTTP/1.1" 500 Internal Server Error
ERROR: Exception in ASGI application
74 replies
IImmich
Created by Chacsam on 5/1/2023 in #help-desk-support
Handling of Picture Date in Library files
As I was resetting my installation I thought it would be efficient to re-use the previously created libraries to feed my newinstallation (Batch import through CLI). Unfortunately I noticed that the library didn't keep the orignal picture date information. While the original import worked, the new one used the "last modified" date, thereby redating 25% of my pictures (older files and Whatsapp saves) to yesterday. eg. a picture of November 2019 Original file: /volume1/Famille/Photos/valerie/2019/2019-11/4c4f9182-2a93-4f26-823c-e56660a45924.jpg Nicely processed the first time to: /library/929bfd93-4e28-890c-9dbdb4078edc/2019/2019-11/4c4f9182-2a93-4f26-823c-e56660a45924.jpg After import of that library file in new Immich instance, it became: /library/b2611dfa-39c4-78b7673f4aab/2023/2023-04/4c4f9182-2a93-4f26-823c-e56660a45924.jpg And is displayed under April 29, 2023 😦 Something to be done about this? PS: I changed the Immich settings not to create a subfolder per day, that's requested behaviour.
6 replies
IImmich
Created by Chacsam on 4/30/2023 in #help-desk-support
Where can I find the logs?
Newbie question here. I have been using Immich for a couple days, migrating my old pictures with the CLI. Succesful on first 2 users, but crash on the third one. All jobs seems to hang, only the "extract metadata one" pauses by itself. I was considering looking at the logs to seek help, but can't find them 😦
11 replies