Audio event detection model based on YOLOX

Introduction YOLOX_AUDIO is an audio event detection model based on YOLOX, an anchor-free version of YOLO.This repo is an implementated by PyTorch.Main goal of YOLOX_AUDIO is to detect and classify pre-defined audio events in multi-spectrogram domain using image object detection frameworks. Updates!! 【2021/11/15】 We released YOLOX_AUDIO to public Quick Start Installation Step1. Install YOLOX_AUDIO. git clone https://github.com/intflow/YOLOX_AUDIO.git cd YOLOX_AUDIO pip3 install -U pip && pip3    

Read more

A collection of all challenges in HKCERT CTF 2021

1 玩咗先至瞓 Sanity Check 50 234 #☆☆☆☆☆ 2 Freedom Cipher Mode Picker 100 21 #crypto #★☆☆☆☆ 4 所有遺失的東西 All Missing 150 27 #pwn #★☆☆☆☆ 5 留下來的人 The Remaining One 300 4 #pwn #misc #★★★☆☆ 6 今天我不想做嘢 Let’s Chill 450 4 #reverse #misc #★★★★☆ 7 集合吧!地球保衛隊 Sratslla SEA 450 2 #crypto #★★★★☆ 10 Ophiuchus Ophiuchus 500 2 #web #★★★★★ 11 無聲浪 The Wave of Us 50 152 #forensics #☆☆☆☆☆ 12 深夜浪漫 1 babyURIi 200 4 #pwn #web #★★☆☆☆ 15 幫緊你!幫緊你! Flag […]

Read more

Autosubmit your UCheck COVID-19 self-assessment form

Autosubmit your UCheck COVID-19 self-assessment form Disclaimer ucheck automatically completes the University of Tornto’s UCheck COVID-19 self-assessment form as follows: YES: “Do any of the following statements apply to you? – I am fully vaccinated against COVID-19.” NO: “Are you currently experiencing any of these symptoms? – Fever and/or chills (Temperature of 37.8 degrees Celsius/100 degrees Fahrenheit or higher).” NO: “Is anyone you live with currently experiencing any new COVID-19 symptoms and/or waiting for test results after experiencing symptoms?” NO: […]

Read more

Multimodal Virtual Point 3D Detection

Turning pixels into virtual points for multimodal 3D object detection. Multimodal Virtual Point 3D Detection,Tianwei Yin, Xingyi Zhou, Philipp Krähenbühl,arXiv technical report (arXiv 2111.06881 ) @article{yin2021multimodal, title={Multimodal Virtual Point 3D Detection}, author={Yin, Tianwei and Zhou, Xingyi and Kr{“a}henb{“u}hl, Philipp}, journal={NeurIPS}, year={2021}, } Contact Any questions or suggestions are welcome! Tianwei Yin [email protected]Xingyi Zhou [email protected] Abstract Lidar-based sensing drives current autonomous vehicles. Despite rapid progress,    

Read more

Freqtrade 3commas wrapper for python

The aim of this project is to provide an easy way to integrate freqtrade with 3commas. The main reason someone would want to do this is to use the auto DCA feature that 3commas provides and unfortunately freqtrade lacks. DCA can be risky, especially if used on bad/shit/meme coins, so please use responsibly. Make a 3commas account and bot First, you’ll need to create a 3commas account and connect 3commas to your exchange.Then create a multi-pair long bot with the […]

Read more

Twitter clone using Django (DRF) + VueJS

work in progress 🚧 A Twitter clone project Table Of Contents About The Project this is an experimental project that I choose to learning more about frontend and backend and how they work together. Built With Django Rest Framework Vue JS Docker Getting Started Assume you’ve installed python, node, docker (optional), redis (for email queue) to run the project. Running locally with docker 🐳 clone the git repository

Read more

A Blender addon that constructs robot arm rigging from DH parameters

Robo Arm :: Rigging is a rigging addon for Blender that helps animating industrial robotic arms.It construct serial links(a kind of robotic arms) from DH parameters using only vanilla features. Meaning, any output of this addon can be used in any environments, without corrupting a save file. The vanilla building blocks include Empty, Constraints, Parenting, Animation Data, and Driver. This addon requires blender API to be v2.80.0 or of any compatible version with v2.80.0. This addon push one entry group […]

Read more

Amazon S3 Transfer Manager for Python

S3transfer is a Python library for managing Amazon S3 transfers. Note This project is not currently GA. If you are planning to use this code in production, make sure to lock to a minor version as interfaces may break from minor version to minor version. For a basic, stable interface of s3transfer, try the interfaces exposed in boto3 GitHub https://github.com/boto/s3transfer    

Read more

An open source Python module that makes accessing ODBC databases simple

pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience. The easiest way to install is to use pip: pip install pyodbc Precompiled binary wheels are provided for most Python versions on Windows and macOS. On other operating systems this will build from source. Note, pyodbc contains C++ extensions so you will need a suitable C++ compiler on your computer to install […]

Read more

Confluent’s Kafka Python Client

confluent-kafka-python provides a high-level Producer, Consumer and AdminClient compatible with all Apache KafkaTM brokers >= v0.8, Confluent Cloud and the Confluent Platform. The client is: Reliable – It’s a wrapper around librdkafka (provided automatically via binary wheels) which is widely deployed in a diverse set of production scenarios. It’s tested using the same set of system tests as the Java client and more. It’s supported by Confluent. Performant – Performance is a key design consideration. Maximum throughput is on par […]

Read more
1 362 363 364 365 366 928