Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
A lightweight Computer Vision library for high-performance AI research - Modern Computer Vision on the Fly.
Caer is a lightweight, high-performance Vision library for high-performance AI research. We wrote this framework to simplify your approach towards Computer Vision by abstracting away unnecessary boilerplate code giving you the flexibility to quickly prototype deep learning models and research ideas. The end result is a library quite different in its design, that’s easy to understand, plays well with others, and is a lot of fun to use.
Our elegant, type-checked API and design philosophy makes Caer ideal for students, researchers, hobbyists and even experts in the fields of Deep Learning and Computer Vision.
Caer is a Python library that consists of the following components:
Component | Description |
---|---|
caer | A lightweight GPU-accelerated Computer Vision library for high-performance AI research |
caer.color | Colorspace operations |
caer.data | Standard high-quality test images and example data |
caer.path | OS-specific path manipulations |
caer.preprocessing | Image preprocessing utilities. |
caer.transforms | Powerful image transformations and augmentations |
caer.video | Video processing utilities |
Usually, Caer is used either as:
See the Caer Installation guide for detailed installation instructions (including building from source).
Currently, caer
supports releases of Python 3.6 onwards; Python 2 is not supported (nor recommended).
To install the current release:
$ pip install --upgrade caer
import caer
# Load a standard 640x427 test image that ships out-of-the-box with caer
sunrise = caer.data.sunrise(rgb=True)
# Resize the image to 400x400 while MAINTAINING aspect ratio
resized = caer.resize(sunrise, target_size=(400,400), preserve_aspect_ratio=True)
For more examples, see the Caer demos or Read the documentation
We appreciate all contributions, feedback and issues. If you plan to contribute new features, utility functions, or extensions to the core, please go through our Contribution Guidelines.
To contribute, start working through the caer
codebase, read the Documentation, navigate to the Issues tab and start looking through interesting issues.
Current contributors can be viewed either from the Contributors file or by using the caer.__contributors__
command.
If you have any questions, please:
Caer is open-source and released under the MIT License.
If you want to cite the framework feel free to use this (but only if you loved it 😊):
@article{jasmcaus,
title={Caer},
author={Dsouza, Jason},
journal={GitHub. Note: https://github.com/jasmcaus/caer},
volume={2},
year={2020-2021}
}
FAQs
A lightweight Computer Vision library for high-performance AI research - Modern Computer Vision on the Fly.
We found that caer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.