Viewing profile — dibrale
dibrale
HN member- Joined
- Thu, May 25, 2023, 9:54 AM UTC
- HN karma
- 8
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About dibrale
No profile information was provided.
Recent public activity
-
comment
Comment #45341578
I prize local execution for confidentiality and trust reasons, but this mindset seems to put me in a distinct minority. I've just accepted that I will end up having to build my own…
-
story
Show HN: I simulated the human Default Mode Network using Regions
The output was... Aesthetic? Really, this was just for fun. No objective benchmarks or anything.
- story
-
comment
Comment #45097194
Existing agentic LLM frameworks didn't quite give me the mix of parallelization, modularity and control I wanted, so I decided to write my own. The structure I came up with is good…
- story
-
story
Show HN: Free GUI for image segmentation using Sam by Meta
SAMIST is a Python GUI for image segmentation using the Segment Anything Model (SAM) by Meta AI. This GUI is distributed under the aGPL v3.0 license. I'd like to give my heartfelt …
-
comment
Comment #36072303
If I recall correctly, the difference between the SAM models is just a parameter number versus accuracy tradeoff. I have the parameter numbers listed under 'Installation', but the …
-
comment
Comment #36068784
I made a UI for Meta's SAM that works very well for background removal: https://github.com/dibrale/samist It runs from a python script.