Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Ben Shapiro(wikipedia.org ↗)
    discuss
  2. It's not just LG. Every TV company is spying on you(theverge.com ↗)
    discuss
  3. Ben (BB) Netanyahu(wikipedia.org ↗)
    discuss
  4. The Doomsday Cult Inside OpenAI – Patrick Boyle [video](youtube.com ↗)
    discuss
  5. Ragnarok Online client written in Golang(github.com/kivutar ↗)
    discuss
  6. Certify the Conversation, Not Just the AI Agent(anuclei.com ↗)
    discuss
  7. Wandering Around Tokyo on Google Maps(ahmedhossamdev.com ↗)
    discuss
  8. JavaFX 27 Native Image on a Raspberry Pi 5(ennerf.github.io ↗)
    discuss
  9. Tay Al-Ard(wikipedia.org ↗)
    discuss
  10. Visualizing the ABA Problem: What Crossbeam-Epoch Solves(sofiabelen.github.io ↗)
    discuss
  11. AI Made Delegation Easy: Structure Is Still the Skill(syntheticauth.ai ↗)
    discuss
  12. Guesswork – zsh autosuggestions ranked by an AI model instead of prefix match(findmalek.com ↗)
    discuss
  13. Kefitzat Haderech(wikipedia.org ↗)
    discuss
  14. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    discuss
  15. Delightfully, such expressions are called biscuit conditionals(futilitycloset.com ↗)
    discuss
  16. Brood War Bench(swerdlow.dev ↗)
    1comments
  17. Project Defuse: Defusing the Threat of Bat-Borne Coronaviruses(documentcloud.org ↗)
    1comments
  18. FocusFlow – Turn complex architecture diagrams into 60fps cinematic stories(tumio.site ↗)
    discuss
  19. Significant Figures: Emmy Noether(chalkdustmagazine.com ↗)
    discuss
  20. Replacing gas stoves with electric stoves greatly reduces asthma symptoms(theconversation.com ↗)
    discuss
  21. Wes Anderson's Criterion Mobile Closet Picks(youtube.com ↗)
    discuss
  22. JJHub – Code collaboration platform for Jujutsu(jjhub.dev ↗)
    1comments
  23. A world formed in darkness reveals its secrets(abc.net.au ↗)
    discuss
  24. 'Sketchy AF': What to Know About How OpenAI Staff Discussed Book-Pirating(wsj.com ↗)
    discuss
  25. Ask HN: As a freelancer how should I charge my clients in AI era?
    discuss
  26. AI Safety Is Mostly a Sex Cult(bsky.app ↗)
    1comments
  27. iLead – A local-first infrastructure workspace for SSH(ileadapp.org ↗)
    discuss
  28. Julia Performance Tracking(julialang.org ↗)
    discuss
  29. K-MAD detected a concealed policy violation and blocked the state transition(github.com/altheahfy ↗)
    discuss
  30. Could brain-inspired computers run on the same amount of power as a human brain?(scientificamerican.com ↗)
    discuss

What failed when I trained an object detector on synthetic images only

2 pointsby 2h agodatasint.tech
3 comments
2h agoHN ↗

For the past year I have been studying and building synthetic training data with Houdini, a procedural 3D engine. It unexpectedly opens up ways to partly solve problems that come up with ordinary synthetic data generation.

The post describes all the mistakes I made, and the rules I ended up with for closing the general problems synthetic data has.

I am a solo founder from Nizhny Novgorod. This is my first attempt at a startup; my background is VFX and advertising.

I would be glad to talk to anyone who has done something similar — what came out of it for you, what metrics you got, and how you solved these problems.

1h agoHN ↗

This sounds very interesting. Was the gap between synthetic and real data significant? How did you deal with it? Have you tried transferring the technology to other objects?

1h agoHN ↗

Yes, there were a lot of different approaches, but the ones that really worked were repeating the physics and watching the small things — some extra reflection you would not think about sometimes works very well. And the other way round, a beautiful picture can work worse than an ugly but correct one.