Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

yayitazale

Members
  • Joined

  • Last visited

  1. I think the problem resides on the Unraid side, not on the container side.
  2. Did you created a V9 model?
  3. Not sure but I think you don't need this: providers: - CUDAExecutionProvider cuda_graphs: false https://github.com/blakeblackshear/frigate/discussions/23546#discussioncomment-17412679
  4. https://docs.frigate.video/frigate/installation#ports 8971 Authenticated UI and API access without TLS. Reverse proxies should use this port. EDIT: You're right, https://docs.frigate.video/configuration/tls, so I just modified the template so that future new installations will use HTTPS by default for the web UI. Thanks
  5. I cannot help you without more info, can you share a screenshot of the configuration of the container and the configuration file (config.yaml) created during the initial startup?
  6. From your logs, I notice that Frigate is starting successfully, but I don't see any specific detector initialization logs that would indicate whether the YOLOv9 model is loading correctly. The logs show the detector process starting but don't show model compilation or loading details. Check your config file and check if the model file is in the correct place.
  7. What do you see in the logs after restarting the container?
  8. Yes, the GTX 1080 Ti is perfectly suitable because, thanks to its 11 GB of VRAM, it has more than enough memory to run the YOLOv9 models and handle multiple video streams simultaneously and it’s more than capable of keeping model inference times low. In the first step of installing the instance, you must select the NVIDIA branch: Next, as you mentioned, you need to add “--runtime=nvidia” to the additional parameters and configure the NVIDIA entries in the configuration form. As for models, I recommend using YOLO V9: From your Unraid machine's console (not the container one), navigate to the folder where you want to save the model, preferably in the default path (model_cache): cd /mnt/user/appdata/frigate/model_cache/Run the command listed in the documentation at https://docs.frigate.video/configuration/object_detectors/#yolov9-for-other-detectors; if you have many cameras—more than 6, for example—start with a “tiny” (T) size and IMG_SIZE=320 to ensure acceptable inference times. Otherwise, with fewer than 6 cameras, you can try IMG_SIZE=640 and S or M sizes, but keep in mind that the larger the model, the longer the inference time and the higher the power consumption will be. Verify that your ONNX file was created correctly in the specified folder Configure detection with the ONNX detector pointing to your ONNX file (if you placed it in model_cache, you don’t need to change anything) https://docs.frigate.video/configuration/object_detectors#yolo-v3-v4-v7-v9-2 Restart Frigate and check the logs to see if the model has loaded correctly. In addition, if you're also going to perform hardware-accelerated video decoding using the NVIDIA GPU itself, you should use the NVIDIA decoder preset: https://docs.frigate.video/configuration/hardware_acceleration_video#setup-decoder
  9. You should try a minimal setup, without any cameras configured or anything like that... just as described in the documentation. https://docs.frigate.video/guides/getting_started#configuring-frigate
  10. You must read the docs before posting: https://docs.frigate.video/configuration/authentication#onboarding
  11. No, that's normal; unless you run the container in privileged mode (which is not recommended for security reasons), it won't be able to retrieve the CPU/iGPU statistics, which is why you're getting that error.
  12. Is this happening all the time? "Frigate employs "smart streaming" where camera images update once per minute when no detectable activity is occurring to conserve bandwidth and resources. As soon as any motion or active objects are detected, cameras seamlessly switch to a live stream." https://docs.frigate.video/configuration/live Can you check the camera FPS under /system#cameras if there is any issue also.
  13. The same Path where you are running the script I suppose
  14. You have configure onnx https://docs.frigate.video/configuration/object_detectors/#onnx
  15. With such little info is not easy to help you. Are you using the GPU just for video decoding or also for detection? In case that you are using it for detection, did you installed the proper branch? Did you configured the ffmpeg hardware acceleration properly? https://docs.frigate.video/configuration/hardware_acceleration_video In case that you are using it for detection, did you followed the steps to generate de model and configured it properly? https://docs.frigate.video/configuration/object_detectors#nvidia-tensorrt-detector ...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.