mirror of
				https://github.com/tteck/Proxmox.git
				synced 2025-10-31 02:49:19 +00:00 
			
		
		
		
	Update default config to leverage openvino (#2763)
This commit is contained in:
		
							parent
							
								
									1cded8c053
								
							
						
					
					
						commit
						55175f9b31
					
				| @ -77,8 +77,18 @@ sed -i '/^s6-svc -O \.$/s/^/#/' /opt/frigate/docker/main/rootfs/etc/s6-overlay/s | |||||||
| cat <<EOF >/config/config.yml | cat <<EOF >/config/config.yml | ||||||
| mqtt: | mqtt: | ||||||
|   enabled: false |   enabled: false | ||||||
|  | detectors: | ||||||
|  |   ov: | ||||||
|  |     type: openvino | ||||||
|  |     device: AUTO | ||||||
|     model: |     model: | ||||||
|   path: /cpu_model.tflite |       path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml | ||||||
|  | model: | ||||||
|  |   width: 300 | ||||||
|  |   height: 300 | ||||||
|  |   input_tensor: nhwc | ||||||
|  |   input_pixel_format: bgr | ||||||
|  |   labelmap_path: /openvino-model/coco_91cl_bkgr.txt | ||||||
| cameras: | cameras: | ||||||
|   test: |   test: | ||||||
|     ffmpeg: |     ffmpeg: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user