The Neurips 2021 paper Searching Parameterized AP Loss for Object Detection

By Chenxin Tao,Zizhang Li,Xizhou Zhu,Gao Huang,Yong Liu,Jifeng Dai This is the official implementation of the Neurips 2021 paper Searching Parameterized AP Loss for Object Detection. Introduction TL; DR. Parameterized AP Loss aims to better align the network training and evaluation in object detection. It builds a unified formula for classification and localization tasks via parameterized functions, where the optimal parameters are searched automatically. Introduction. In evaluation of object detectors, Average Precision (AP) captures the performance of localization and classification sub-tasks […]

Read more

Face Stylization based on the paper “AgileGAN: Stylizing Portraits by Inversion-Consistent Transfer Learning”

English | 简体中文 Introduction This repo is an efficient toolkit for Face Stylization based on the paper “AgileGAN: Stylizing Portraits by Inversion-Consistent Transfer Learning”. We note that since the training code of AgileGAN is not released yet, this repo merely adopts the pipeline from AgileGAN and combines other helpful practices in this literature. This project is based on MMCV and MMGEN, star and fork is welcomed 🤗! Results from FaceStylor trained by MMGEN Requirements CUDA 10.0 / CUDA 10.1 Python […]

Read more

SpaCy3Urdu: run command to setup assets(dataset from UD)

Project setup run command to setup assets(dataset from UD) It uses project.yml file and download the data from UD GitHub repository. Download vectors Download fasttext vectors wget https://dl.fbaipublicfiles.com/fasttext/vectors-crawl/cc.ur.300.vec.gz Use these vectors to prune it so that model size is reduced. I’m currently using 100000 vectors for training the model. mkdir vectors python -m spacy init vectors ur cc.ur.300.vec.gz ./vectors –truncate 100000 –name ur_model.vectors Train the model Now run the command to train the tagger and parser for Urdu language.

Read more

Python library to visualize circular plasmid maps

Plasmidviewer is a Python library to visualize plasmid maps from GenBank.This library provides only the function to visualize circular plasmids and doesn’t provide functions to edit nucleotides and sequence features.If you want to do such operations, please use QUEEN, which I have recently developed.(In fact, this library is implemented based on the visualization function of QUEEN) Installation You can install this library using the following single command:pip install git+https://github.com/ponnhide/plasmidviewer.git Example code

Read more

A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine

A 16×16 clone of Minecraft Classic, written in Python with the Ursina Engine Features:Trees, Water(But there’s no gravity, so if you break a block next to water, expect to see some floating water), Random Terrain Generation(with Perlin Noise), Inventory(With 4 items:Grass, Stone, Copper and Diamond) and Shaders(with the prefabricated lit_with_shadows_shader of Ursina) Yet to be implemented: Infinite worlds, Caves, Multiplayer and Crafting(Perhaps in the very distant future?) Required Modules: Ursina(pip install ursina) and perlin_noise(pip install perlin-noise) Stone Texture from https://www.youtube.com/channel/UCvTkXfdV-oQRUYMM2R3p9zQ […]

Read more

Frappe app for authentication, can be used with FrappeVue-AdminLTE

Frappeauth App Frappe app for authentication, can be used with FrappeVue-AdminLTEhttps://github.com/mymi14s/frappevue_adminlte INSTALLATION bench get-app https://github.com/mymi14s/frappeauth_app bench –site sitename install-app frappeauth_app bench restart Edit site_config.json and add “allow_cors”: “*” // * can also be replace with a domain name. License MIT GitHub View Github    

Read more

CleanX: Python library for exploring, cleaning, normalizing, and augmenting large datasets of radiological data

CleanX is an open source python library for exploring, cleaning and augmenting large datasets of X-rays, or certain other types of radiological images. JPEG files can be extracted from DICOM files or used directly. CleanX is an open source  python library for exploring, cleaning and augmenting large datasets of X-rays, or certain other types of radiological images.JPEG files can be extracted from DICOM files or used directly. The latest official release: primary author: Candace Makeda H. Moore other authors + […]

Read more

The NLP Cypher | 12.12.21

Here’s a collection of papers by your favorite big tech and educational institutions. “The Generalist Language Model (GLaM), a trillion weight model that can be trained and served efficiently (in terms of computation and energy use) thanks to sparsity, and achieves competitive performance on multiple few-shot learning tasks. GLaM’s performance compares favorably to a dense language model, GPT-3 (175B) with significantly improved learning efficiency across 29 public NLP benchmarks in seven categories, spanning language completion, open-domain question answering, and natural […]

Read more

Java vs Python: Basic Python for Java Developers

Python is a general-purpose programming language. You can understand its growth in the last couple of years by considering its approachability for learning and its high suitability for data analysis, machine learning, and web development. But what kind of programming language is it? What are some differences when you compare Java vs Python? What can you do with it? And is it really as “easy to learn” as some people claim? You’ll explore Python from a Java perspective in this […]

Read more
1 311 312 313 314 315 916