-
Updated
Jun 2, 2020 - TypeScript
detector
Here are 225 public repositories matching this topic...
-
Updated
Jun 5, 2020 - YARA
-
Updated
Apr 9, 2020 - Python
-
Updated
Mar 21, 2020 - MATLAB
-
Updated
May 5, 2019 - Python
-
Updated
Aug 6, 2019 - Python
Especially if this tools becomes bigger and gets more features, it would benefit from having a complete documentation.
This documentation should not live in the README.md, as it would bloat it over time.
Such a documentation could live in an informational website (#17), on an external host such as Read the Docs or simply as a collection of linked Markdo
Is it possible to get the source associated/that follows a comment block e.g.
If I wanted to have my colour variables in a sass file:
//
// @name Variables
// @description Variables in my style guide
//
//
$colour1: #FFF;
$colour2: #EEE;
$colour3: #666;If I wanted to get as json representation of my the actual hex values (to output in my style guide) how would I go about this?
-
Updated
Jan 15, 2019 - C++
-
Updated
Apr 17, 2019 - Swift
-
Updated
Dec 12, 2017 - Python
-
Updated
May 28, 2020 - Python
-
Updated
Sep 17, 2018 - Python
-
Updated
May 13, 2017 - Jupyter Notebook
-
Updated
May 1, 2020 - TypeScript
-
Updated
May 7, 2018 - C
Since the time this was written, I've come up with slightly more clear installation instructions for installing from github. The instructions for Nostril should be updated.
Wow, nice project! Clean code with great explanation and layout. Very nice!
Would be even better to see what happens when there is a ARP spoof happening.
Can you post some screen shots and/or what happens once detected?
PS. It would be great to have the full research paper, not only the 1st 2 pages... Any idea where to get this?
-
Updated
Jul 17, 2018 - PHP
-
Updated
May 8, 2019 - Swift
-
Updated
Jul 28, 2017 - C++
Improve this page
Add a description, image, and links to the detector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the detector topic, visit your repo's landing page and select "manage topics."
I would like to pass the array values, inside the filtered_boxes dictionary, to the tf.image.crop_to_bounding_box() function, and crop the detected images.
But the format of the values in the array is unclear. That is, i am unsure which of the values are top left, top right, width and height. Could you please help with the format. Thanks.