Skip to content

Instantly share code, notes, and snippets.

View soner4's full-sized avatar

soner4 soner4

View GitHub Profile
@soner4
soner4 / Reboot-HA-daily.yaml
Last active December 8, 2023 22:52
Reboot-HA-daily.yaml
blueprint:
name: Reboot HA host daily
description: Automated weekly reboot of the entire Home Asistant OS
domain: automation
input:
reboot_time:
name: Reboot time of day
description: Pick the least busy time for reboot, e.g. 4am
default: "04:30:00"
selector:
@soner4
soner4 / Reboot-HA-weekly.yaml
Created November 26, 2023 21:46 — forked from chefdeit/Reboot-HA-weekly.yaml
Home Assistant blueprint for an automated weekly reboot of the entire Home Asistant OS host
blueprint:
name: Reboot HA host
description: Automated weekly reboot of the entire Home Asistant OS host by Chef de IT
domain: automation
input:
reboot_day:
name: Reboot Day of Week
description: Pick the best day to reboot, e.g. Tuesday
default: tue
selector:
@soner4
soner4 / SFM.md
Created March 6, 2017 07:57 — forked from patriciogonzalezvivo/SFM.md
SfM Tools

Probably the most straight forward way to start generating Point Clouds from a set of pictures.

VisualSFM is a GUI application for 3D reconstruction using structure from motion (SFM). The reconstruction system integrates several of my previous projects: SIFT on GPU(SiftGPU), Multicore Bundle Adjustment, and Towards Linear-time Incremental Structure from Motion. VisualSFM runs fast by exploiting multicore parallelism for feature detection, feature matching, and bundle adjustment.

For dense reconstruction, this program supports Yasutaka Furukawa's PMVS/CMVS tool chain, and can prepare data for Michal Jancosek's CMP-MVS. In addition, the output of VisualSFM is natively supported by Mathias Rothermel and Konrad Wenzel's [SURE]