A low power 1U Raspberry Pi cluster server for inexpensive colocation

Raspberry Pi 1U Server There are server colocation providers that allow hosting a 1U server for as low as $30/month, but there’s a catch: There are restrictions on power usage (1A @ 120v max, for example) because they’re expecting small and power-efficient network equipment like firewalls. This repo is about designing a server that fits within the 1U space and 1A @ 120v power constraint while maximizing computing power, storage, and value. GitHub https://github.com/pawl/raspberry-pi-1u-server    

Read more

Foreground Activation Driven Small Object Semantic Segmentation in Large-Scale Remote Sensing Imagery

FactSeg FactSeg: Foreground Activation Driven Small Object Semantic Segmentation in Large-Scale Remote Sensing Imagery (TGRS) by Ailong Ma, Junjue Wang*, Yanfei Zhong* and Zhuo Zheng This is an official implementation of FactSeg in our TGRS paper “FactSeg: Foreground Activation Driven Small Object Semantic Segmentation in Large-Scale Remote Sensing Imagery“ Citation If you use FactSeg in your research, please cite our coming TGRS paper. @ARTICLE{FactSeg, author={Ma Ailong, Wang Junjue, Zhong Yanfei and Zheng Zhuo}, journal={IEEE Transactions on Geoscience and Remote Sensing}, […]

Read more

Python script designed to search and fetch direct download links from nxbrew.com

SwitchGamesDownloader nxbrew.com is a website, accessible only using a proxy, where the majority of games for the Nintendo Switch are stored, this script will ask you for the game to be searched in the aformentioned website then tunnel your request through hide.me providing you with the final download link skipping all those filthy scam pages and pop-up tabs. PRE-REQUISITES You need to have Python3 installed in PATH You need to have Chrome installed You will need to download Chromedriver.exe and […]

Read more

Clockwork Variational Autoencoders using JAX and Flax

Clockwork VAEs in JAX/Flax Implementation of experiments in the paper Clockwork Variational Autoencoders (project website) using JAX and Flax, ported from the official TensorFlow implementation. Running on a single TPU v3, training is 10x faster than reported in the paper (60h -> 6h on minerl). Method Clockwork VAEs are deep generative model that learn long-term dependencies in video by leveraging hierarchies of representations that progress at different clock speeds. In contrast to prior video prediction methods that typically focus on […]

Read more

Send CVE information to the specified mailbox from Github

CVEAP Send CVE information to the specified mailbox (from Github) 功能 監控Github上的漏洞、紅隊等信息推送釘釘、郵箱、Telegram BOT、Server醬 安裝telegram bot需要的庫: pip3 install python-telegram-bot 默認監聽關鍵詞 keyword_list = [“免杀”, “poc”, “cve”, “payload”, “漏洞利用”, “红队”, “蓝队”, “redteam”, “取证”, “应急”, “后渗透”, “内网”, “攻防”, “网络安全”,”主机安全”, “信息收集”, “溯源”] 截圖 GitHub https://github.com/JustYoomoon/CVEAP    

Read more

An anchor-free version of YOLO with a simpler design but better performance

YOLOX YOLOX is an anchor-free version of YOLO, with a simpler design but better performance! It aims to bridge the gap between research and industrial communities. For more details, please refer to our report on Arxiv. Comming soon [ ] YOLOX-P6 and larger model. [ ] Objects365 pretrain. [ ] Transformer modules. [ ] More features in need. Benchmark Standard Models. Light Models. Quick Start Installation Step1. Install YOLOX. git clone [email protected]:Megvii-BaseDetection/YOLOX.git cd YOLOX pip3 install -U pip && pip3 […]

Read more

Speech Recognition With Python

Have you ever wondered how to add speech recognition to your Python project? It’s more straightforward than you might think. In this course, you’ll find out how. In this course, you’ll learn: How speech recognition works What speech recognition packages are available on PyPI How to install and use the SpeechRecognition package—a full-featured and straightforward Python speech recognition library    

Read more

Feature Extraction and Embeddings in NLP: A Beginners guide to understand Natural Language Processing

This article was published as a part of the Data Science Blogathon Introduction In Natural Language Processing, Feature Extraction is one of the trivial steps to be followed for a better understanding of the context of what we are dealing with. After the initial text is cleaned and normalized, we need to transform it into their features to be used for modeling. We use some particular method to assign weights to particular words within our document before modeling them. We go […]

Read more

Power Pooling: An Adaptive Pooling Function for Weakly Labelled Sound Event Detection

July 18, 2021 By: Yuzhuo Liu, Hangting Chen, Yun Wang, Pengyuan Zhang Abstract Access to large corpora with strongly labelled sound events is expensive and difficult in engineering applications. Many researches turn to address the problem of how to detect both the types and the timestamps of sound events with weak labels that only specify the types. This task can be treated as a multiple instance learning (MIL) problem, and a key to it in the sound event detection (SED) […]

Read more

Evaluation Examples Are Not Equally Informative: How Should That Change NLP Leaderboards?

August 1, 2021 By: Pedro Rodriguez, Joe Barrow, Alexander Hoyle, John P. Lalor, Robin Jia, Jordan Boyd-Graber Abstract Leaderboards are widely used in NLP and push the field forward. While leaderboards are a straightforward ranking of NLP models, this simplicity can mask nuances in evaluation items (examples) and subjects (NLP models). Rather than replace leaderboards, we advocate a re-imagining so that they better highlight if and where progress is made. Building on educational testing, we create a Bayesian leaderboard model […]

Read more
1 539 540 541 542 543 912