#darkhelp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #darkhelp, aggregated by home.social.
-
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
-
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
-
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
-
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
-
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
-
It is only a matter of time before someone takes a text configuration file and edits it on both Windows and Linux, resulting in a mix of DOS and Linux EOL.
Had to make this fix in 2 different libraries this morning to trim trailing whitespace while reading in .cfg files:
const size_t pos = line.find_last_not_of(" \t\r\n");
if (pos != std::string::npos)
{
line.erase(pos + 1);
} -
It is only a matter of time before someone takes a text configuration file and edits it on both Windows and Linux, resulting in a mix of DOS and Linux EOL.
Had to make this fix in 2 different libraries this morning to trim trailing whitespace while reading in .cfg files:
const size_t pos = line.find_last_not_of(" \t\r\n");
if (pos != std::string::npos)
{
line.erase(pos + 1);
} -
It is only a matter of time before someone takes a text configuration file and edits it on both Windows and Linux, resulting in a mix of DOS and Linux EOL.
Had to make this fix in 2 different libraries this morning to trim trailing whitespace while reading in .cfg files:
const size_t pos = line.find_last_not_of(" \t\r\n");
if (pos != std::string::npos)
{
line.erase(pos + 1);
} -
It is only a matter of time before someone takes a text configuration file and edits it on both Windows and Linux, resulting in a mix of DOS and Linux EOL.
Had to make this fix in 2 different libraries this morning to trim trailing whitespace while reading in .cfg files:
const size_t pos = line.find_last_not_of(" \t\r\n");
if (pos != std::string::npos)
{
line.erase(pos + 1);
} -
Just uploaded a new video showing one of the new features in DarkHelp v1.8 released this morning: https://youtu.be/a7F89PrEbAc #darknet #yolo #darkhelp #cpp #neuralnetwork #objectdetection
-
Just uploaded a new video showing one of the new features in DarkHelp v1.8 released this morning: https://youtu.be/a7F89PrEbAc #darknet #yolo #darkhelp #cpp #neuralnetwork #objectdetection
-
Just uploaded a new video showing one of the new features in DarkHelp v1.8 released this morning: https://youtu.be/a7F89PrEbAc #darknet #yolo #darkhelp #cpp #neuralnetwork #objectdetection
-
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
-
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
-
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
-
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
-
Google Colab running Darknet and the Python API for DarkHelp. https://colab.research.google.com/drive/1EUR6Vv9R0upSnimD-hqcgo7DtrNzRvTS #darknet #neuralnetwork #darkhelp #yolo #objectdetection
-
Google Colab running Darknet and the Python API for DarkHelp. https://colab.research.google.com/drive/1EUR6Vv9R0upSnimD-hqcgo7DtrNzRvTS #darknet #neuralnetwork #darkhelp #yolo #objectdetection
-
Google Colab running Darknet and the Python API for DarkHelp. https://colab.research.google.com/drive/1EUR6Vv9R0upSnimD-hqcgo7DtrNzRvTS #darknet #neuralnetwork #darkhelp #yolo #objectdetection
-
Google Colab running Darknet and the Python API for DarkHelp. https://colab.research.google.com/drive/1EUR6Vv9R0upSnimD-hqcgo7DtrNzRvTS #darknet #neuralnetwork #darkhelp #yolo #objectdetection
-
The first ever Python bindings for DarkHelp have been pushed to the repo.
Details here: https://www.ccoderun.ca/darkhelp/api/PythonAPI.html
I'm a C++ dev, not python, so I hope it all makes sense.
#neuralnetwork #objectdetection #darknet #yolo #darkhelp #python
-
The first ever Python bindings for DarkHelp have been pushed to the repo.
Details here: https://www.ccoderun.ca/darkhelp/api/PythonAPI.html
I'm a C++ dev, not python, so I hope it all makes sense.
#neuralnetwork #objectdetection #darknet #yolo #darkhelp #python
-
The first ever Python bindings for DarkHelp have been pushed to the repo.
Details here: https://www.ccoderun.ca/darkhelp/api/PythonAPI.html
I'm a C++ dev, not python, so I hope it all makes sense.
#neuralnetwork #objectdetection #darknet #yolo #darkhelp #python
-
The first ever Python bindings for DarkHelp have been pushed to the repo.
Details here: https://www.ccoderun.ca/darkhelp/api/PythonAPI.html
I'm a C++ dev, not python, so I hope it all makes sense.
#neuralnetwork #objectdetection #darknet #yolo #darkhelp #python
-
So late last night I pushed the changes needed to implement DarkHelp's C API, which is a subset of the full C++ API. See a description of the API here: https://www.ccoderun.ca/darkhelp/api/DarkHelp__C__API_8h.html#details
-
So late last night I pushed the changes needed to implement DarkHelp's C API, which is a subset of the full C++ API. See a description of the API here: https://www.ccoderun.ca/darkhelp/api/DarkHelp__C__API_8h.html#details
-
So late last night I pushed the changes needed to implement DarkHelp's C API, which is a subset of the full C++ API. See a description of the API here: https://www.ccoderun.ca/darkhelp/api/DarkHelp__C__API_8h.html#details
-
So late last night I pushed the changes needed to implement DarkHelp's C API, which is a subset of the full C++ API. See a description of the API here: https://www.ccoderun.ca/darkhelp/api/DarkHelp__C__API_8h.html#details
-
About 2 weeks ago I started looking into using SWIG to create Python and C# bindings for DarkHelp, but ran out of steam.
Need to get that going again. #cpp #DarkHelp #neuralnetwork
-
About 2 weeks ago I started looking into using SWIG to create Python and C# bindings for DarkHelp, but ran out of steam.
Need to get that going again. #cpp #DarkHelp #neuralnetwork
-
About 2 weeks ago I started looking into using SWIG to create Python and C# bindings for DarkHelp, but ran out of steam.
Need to get that going again. #cpp #DarkHelp #neuralnetwork
-
Latest upload: annotating and training a neural network to do object detection in less than 30 minutes!
#darknet #yolo #neuralnetwork #darkhelp #darkmark
https://youtu.be/ciEcM6kvr3w -
Latest upload: annotating and training a neural network to do object detection in less than 30 minutes!
#darknet #yolo #neuralnetwork #darkhelp #darkmark
https://youtu.be/ciEcM6kvr3w -
Latest upload: annotating and training a neural network to do object detection in less than 30 minutes!
#darknet #yolo #neuralnetwork #darkhelp #darkmark
https://youtu.be/ciEcM6kvr3w -
New video published: https://www.youtube.com/watch?v=WTT1s8JjLFk Shows how to build Darknet, DarkHelp, and DarkMark on Ubuntu Linux. #darknet #yolo #darkhelp #darkmark
-
New video published: https://www.youtube.com/watch?v=WTT1s8JjLFk Shows how to build Darknet, DarkHelp, and DarkMark on Ubuntu Linux. #darknet #yolo #darkhelp #darkmark
-
New video published: https://www.youtube.com/watch?v=WTT1s8JjLFk Shows how to build Darknet, DarkHelp, and DarkMark on Ubuntu Linux. #darknet #yolo #darkhelp #darkmark
-
New video published: https://www.youtube.com/watch?v=WTT1s8JjLFk Shows how to build Darknet, DarkHelp, and DarkMark on Ubuntu Linux. #darknet #yolo #darkhelp #darkmark
-
New video published: https://www.youtube.com/watch?v=WTT1s8JjLFk Shows how to build Darknet, DarkHelp, and DarkMark on Ubuntu Linux. #darknet #yolo #darkhelp #darkmark
-
@jann @lisamelton Please take a look at DarkPlate. It builds for both Linux and Windows. I'm certain it must also run on Mac. https://github.com/stephanecharette/DarkPlate #darknet #yolo #darkhelp
-
@jann @lisamelton Please take a look at DarkPlate. It builds for both Linux and Windows. I'm certain it must also run on Mac. https://github.com/stephanecharette/DarkPlate #darknet #yolo #darkhelp
-
@jann @lisamelton Please take a look at DarkPlate. It builds for both Linux and Windows. I'm certain it must also run on Mac. https://github.com/stephanecharette/DarkPlate #darknet #yolo #darkhelp
-
@jann @lisamelton Please take a look at DarkPlate. It builds for both Linux and Windows. I'm certain it must also run on Mac. https://github.com/stephanecharette/DarkPlate #darknet #yolo #darkhelp
-
@jann @lisamelton Please take a look at DarkPlate. It builds for both Linux and Windows. I'm certain it must also run on Mac. https://github.com/stephanecharette/DarkPlate #darknet #yolo #darkhelp
-
Significant problem found at work. Led to a change in DarkHelp.
It was subtle. Know the difference between OpenCV's INTER_AREA, INTER_CUBIC, and INTER_LINEAR when using cv::resize().
And remember that the default in OpenCV is to use INTER_LINEAR, which is the fastest but impacts quality the most.
https://www.ccoderun.ca/darkhelp/api/classDarkHelp_1_1Config.html#a03c3b572cdb055d389baa39744dc802f #cpp #opencv #darkhelp #darknet #yolo