Joseph Hajduk

Results 5 comments of Joseph Hajduk

I don't think its possible to pass the iGPU, these changes allow the core to run directly on the mac. I installed apple's tensorflow and opencv with conda, along with...

all good, the performance boost is pretty huge though. none of these changes should effect normal docker setups.

just fyi with this config ``` mqtt: host: 127.0.0.1 model: path: /Users/josephhajduk/IdeaProjects/frigate/cpu_model.tflite labelmap_path: /Users/josephhajduk/IdeaProjects/frigate/labelmap.txt database: path: /Users/josephhajduk/IdeaProjects/frigate/media/frigate.db cameras: test1: ffmpeg: inputs: - path: /Users/josephhajduk/IdeaProjects/frigate/debug/test.mp4 input_args: -re -fflags +genpts -ss 00:02:00...

I started with https://developer.apple.com/metal/tensorflow-plugin/, I also installed opencv with conda, then installed the missing python dependencies. I left everything other than the python frigate api in the docker container and...

I didn't actually remove the frigate api from the docker container. I shell into the docker container and change the nginx.conf to look like this ``` daemon off; user root;...