FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Optimize in time the image feature extractions algorithms by hakim-cherif-mchp · Pull Request #23 · edgeimpulse/linux-sdk-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
edgeimpulse
/
linux-sdk-python
Public
Notifications
You must be signed in to change notification settings
Fork
31
Star
57
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Optimize in time the image feature extractions algorithms
- #23
#23
Open
hakim-cherif-mchp
wants to merge 3 commits into
edgeimpulse:master
edgeimpulse/linux-sdk-python:master
from
hakim-cherif-mchp:optimize-image-preprocessing
hakim-cherif-mchp/linux-sdk-python:optimize-image-preprocessing
Copy head branch name to clipboard
Conversation
Commits
3
(3)
Checks
Files changed
Open
Optimize in time the image feature extractions algorithms
#23
hakim-cherif-mchp
wants to merge 3 commits into
edgeimpulse:master
edgeimpulse/linux-sdk-python:master
from
hakim-cherif-mchp:optimize-image-preprocessing
hakim-cherif-mchp/linux-sdk-python:optimize-image-preprocessing
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2024
Update image resize interpolation from INTER_AREA to INTER_NEAREST as INTER_NEAREST is much quicker on hardware not equipped with image processing IPs.
hakim-cherif-mchp
committed
2ae613f
View commit details
Copy full SHA for 2ae613f
Browse repository at this point
Using Numpy arrays instead of lists as this is significantly quicker on some hardware platforms.
hakim-cherif-mchp
committed
9fc4ef4
View commit details
Copy full SHA for 9fc4ef4
Browse repository at this point
Commits on Oct 25, 2024
Correct an error from if self.isGrayscale: to if is_grayscale:
hakim-cherif-mchp
committed
e676286
View commit details
Copy full SHA for e676286
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL