home.social

#darkmark — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #darkmark, aggregated by home.social.

  1. I have never really been one for Halloween in the past but I'm coming around to the idea.

    I do, however, at least watch Over the Garden Wall and listen to this Mark Lanegan album every year:
    youtube.com/playlist?list=OLAK

    #Halloween #OverTheGardenWall #MarkLanegan #DarkMark #SkeletonJoe

    Also, Hollow Knight ACMI event tonight.
    #HollowKnight #Silksong #ACMI

  2. I have never really been one for Halloween in the past but I'm coming around to the idea.

    I do, however, at least watch Over the Garden Wall and listen to this Mark Lanegan album every year:
    youtube.com/playlist?list=OLAK

    #Halloween #OverTheGardenWall #MarkLanegan #DarkMark #SkeletonJoe

    Also, Hollow Knight ACMI event tonight.
    #HollowKnight #Silksong #ACMI

  3. I find it strange when a company or school won't give me access to their system so I can help them debug an issue they've discovered. The reason is always related to security.

    ...but they'll willingly run my 100,000+ lines of open-source code without audit or giving it a 2nd thought. #Darknet #YOLO #DarkHelp #DarkMark

  4. I find it strange when a company or school won't give me access to their system so I can help them debug an issue they've discovered. The reason is always related to security.

    ...but they'll willingly run my 100,000+ lines of open-source code without audit or giving it a 2nd thought. #Darknet #YOLO #DarkHelp #DarkMark

  5. I find it strange when a company or school won't give me access to their system so I can help them debug an issue they've discovered. The reason is always related to security.

    ...but they'll willingly run my 100,000+ lines of open-source code without audit or giving it a 2nd thought. #Darknet #YOLO #DarkHelp #DarkMark

  6. I find it strange when a company or school won't give me access to their system so I can help them debug an issue they've discovered. The reason is always related to security.

    ...but they'll willingly run my 100,000+ lines of open-source code without audit or giving it a 2nd thought. #Darknet #YOLO #DarkHelp #DarkMark

  7. I find it strange when a company or school won't give me access to their system so I can help them debug an issue they've discovered. The reason is always related to security.

    ...but they'll willingly run my 100,000+ lines of open-source code without audit or giving it a 2nd thought. #Darknet #YOLO #DarkHelp #DarkMark

  8. I started fixing up a LLM-generated PR for DarkMark last weekend. About half a dozen features packed into a single PR. :(

    I've been pulling them apart and fixing the LLM mess, which isn't exactly fun. Need to find the motivation to get that finished. #Darknet #YOLO #DarkMark

  9. New option added to Darknet/YOLO and DarkMark to control how often the .weights files are written to disk.
    #Darknet #YOLO #DarkMark #ObjectDetection

  10. New tiny feature in DarkMark pushed to github this evening.

    The window used to export the Darknet project files now highlights in red any unusual settings which have been selected, and provides a little bubble of text to explain what that particular setting means. #darknet #yolo #cpp #darkmark

  11. Some DarkMark users had a problem with specific windows within the app. The windows would open, then immediately close again. This was brought to my attention 2 days ago.

    Valgrind was showing me nothing wrong.

    Tonight, out of desperation, I re-wrote 2 of those windows to be non-modal. Feedback from impacted users indicates this may indeed have been the cause.

    The JUCE docs does warn that runModalLoop() should never be used.

    #cpp #debugging #darkmark #darknet

  12. Quick video I just recorded on a new DarkMark feature I merged into "master" a few minutes ago. People can now manage their classes directly in DarkMark. Allows classes to be renamed, re-ordered, merged, and deleted.

    #darknet #yolo #darkmark #cpp

    youtu.be/0azaIDiv_uQ

  13. Video I just recorded to demo the new sort options in DarkMark.

    The goal is to help find bad annotations in a dataset, so better neural networks can be trained: youtu.be/7SH5FDU9uZc #darknet #yolo #darkmark #cpp

  14. Super excited about some news related to Darknet/YOLO neural networks and object detection.

    DarkMark, a piece of software I wrote and have been maintaining on my own for the past 5+ years has received significant financial support from a corporate sponsor today!

    If you've not yet seen DarkMark, take a look at this video. Skip to 76 seconds: youtube.com/watch?v=ciEcM6kvr3
    #cpp #darkmark #darknet #yolo

  15. What do you do when someone is using your open-source software in a way that is ... illegal ... and asking for help? Do you pass? Do you still help and simply ignore the moral dilemma?

    This typically comes up in 2 different ways:

    - People who want to cheat at games, such as building aim assists.

    - Or people using it to cheat at online gambling to automate making money.

    #darkmark #darkhelp #darknet #yolo #neuralnetwork #objectdetection

  16. What do you do when someone is using your open-source software in a way that is ... illegal ... and asking for help? Do you pass? Do you still help and simply ignore the moral dilemma?

    This typically comes up in 2 different ways:

    - People who want to cheat at games, such as building aim assists.

    - Or people using it to cheat at online gambling to automate making money.

    #darkmark #darkhelp #darknet #yolo #neuralnetwork #objectdetection

  17. What do you do when someone is using your open-source software in a way that is ... illegal ... and asking for help? Do you pass? Do you still help and simply ignore the moral dilemma?

    This typically comes up in 2 different ways:

    - People who want to cheat at games, such as building aim assists.

    - Or people using it to cheat at online gambling to automate making money.

    #darkmark #darkhelp #darknet #yolo #neuralnetwork #objectdetection

  18. What do you do when someone is using your open-source software in a way that is ... illegal ... and asking for help? Do you pass? Do you still help and simply ignore the moral dilemma?

    This typically comes up in 2 different ways:

    - People who want to cheat at games, such as building aim assists.

    - Or people using it to cheat at online gambling to automate making money.

    #darkmark #darkhelp #darknet #yolo #neuralnetwork #objectdetection

  19. 10 gosub annotate()
    20 gosub annotate()
    30 gosub annotate()
    40 gosub annotate()
    50 gosub TRAIN()
    60 print "Ooops, how did that get mixed in there?"
    70 goto 10

    #darknet #yolo #darkmark