This gist documents the Google Summer of Code project. It is not updated and hence does not indicate current status of the CUDA backend.
For updated details, please see this gist.
| git submodule add https://github.com/TeiaCare/venvpp.git scripts && | |
| git submodule init && | |
| git submodule update && | |
| git add .gitmodules scripts && | |
| git commit -m "Added venvpp scripts as git submodule" |
| from typing import Dict, Union | |
| from huggingface_hub import get_safetensors_metadata | |
| import argparse | |
| import sys | |
| # Example: | |
| # python get_gpu_memory.py Qwen/Qwen2.5-7B-Instruct | |
| # Dictionary mapping dtype strings to their byte sizes | |
| bytes_per_dtype: Dict[str, float] = { |
This gist documents the Google Summer of Code project. It is not updated and hence does not indicate current status of the CUDA backend.
For updated details, please see this gist.
| /** | |
| * Based on: | |
| * https://stackoverflow.com/questions/10403588/adding-opencv-processing-to-gstreamer-application | |
| */ | |
| // Include atomic std library | |
| #include <atomic> | |
| // Include gstreamer library | |
| #include <gst/gst.h> |
| """ | |
| author: Timothy C. Arlen | |
| date: 28 Feb 2018 | |
| Calculate Mean Average Precision (mAP) for a set of bounding boxes corresponding to specific | |
| image Ids. Usage: | |
| > python calculate_mean_ap.py | |
| Will display a plot of precision vs recall curves at 10 distinct IoU thresholds as well as output |
| # Make sure you grab the latest version | |
| curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/protoc-3.3.0-linux-x86_64.zip | |
| # Unzip | |
| unzip protoc-3.3.0-linux-x86_64.zip -d protoc3 | |
| # Move protoc to /usr/local/bin/ | |
| sudo mv protoc3/bin/* /usr/local/bin/ | |
| # Move protoc3/include to /usr/local/include/ |
Student ID: IoTE-775
This Blog/Gist will be very detailed with a lot of additional listings to see the process and methodology of Examination.
In this gist I will try to examine and exploit the Sricam SP009. I purchased it from Attify with the IOT Exploitation Kit.
Most GStreamer examples found online are either for Linux or for gstreamer 0.10.
This particular release note seems to have covered important changes, such as:
Applying -v will print out useful information. And most importantly the negotiation results.
C:\Program Files\boost_1_59_0.C:\Program Files\boost-build.C:\Program Files\boost_1_59_0\build.C:\Program Files\boost.| # CMAKE FILE to separatly compile cuda and c++ files | |
| # with the c++11 standard | |
| # | |
| # | |
| # Folder structure: | |
| # | |
| # | | |
| # +--main.cpp (with C++11 content) | |
| # +--include/ | |
| # | | |