Reviving this old thread. I have installed Graxpert 3.0.2 and Pixinsight 1.8.9-2 on a MacBook Pro M1Max with 64Gb of ram. When I run the Graxpert background correction script I get the following error
2024-05-04 15:37:06,701 MainProcess root ERROR Traceback (most recent call last):
2024-05-04 15:37:06,701 MainProcess root ERROR File "graxpert/main.py", line 298, in
2024-05-04 15:37:06,702 MainProcess root ERROR File "graxpert/main.py", line 278, in main
2024-05-04 15:37:06,702 MainProcess root ERROR File "graxpert/cmdline_tools.py", line 153, in execute
2024-05-04 15:37:06,702 MainProcess root ERROR File "graxpert/background_extraction.py", line 75, in extract_background
2024-05-04 15:37:06,702 MainProcess root ERROR File "onnxruntime/capi/onnxruntime_inference_collection.py", line 419, in __init__
2024-05-04 15:37:06,702 MainProcess root ERROR File "onnxruntime/capi/onnxruntime_inference_collection.py", line 460, in _create_inference_session
2024-05-04 15:37:06,702 MainProcess root ERROR onnxruntime.capi.onnxruntime_pybind11_state.NoSuchFile: [ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed:Load model /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed. File doesn't exist
[99202] Failed to execute script 'main' due to unhandled exception: [ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed:Load model /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed. File doesn't exist
[99202] Traceback:
Traceback (most recent call last):
File "graxpert/main.py", line 298, in
File "graxpert/main.py", line 278, in main
File "graxpert/cmdline_tools.py", line 153, in execute
File "graxpert/background_extraction.py", line 75, in extract_background
File "onnxruntime/capi/onnxruntime_inference_collection.py", line 419, in __init__
File "onnxruntime/capi/onnxruntime_inference_collection.py", line 460, in _create_inference_session
onnxruntime.capi.onnxruntime_pybind11_state.NoSuchFile: [ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed:Load model /Users/andyermolli/Library/Application Support/GraXpert/bge-ai-models/1.0.1/model.onnx failed. File doesn't exist
The file model.onnx isn't where it should be. Curiously the noise reduction script works fine.