TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks

Code for the paper TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks by Yu Li, Min Li, Qiuxia Lai, Yannan Liu, and Qiang Xu. If you use this code, or development from it, please cite our paper: @article{yu2021testrank, title={TestRank: Bringing Order into Unlabeled Test Instances for Deep Learning Tasks}, author={Yu Li, Min Li, Qiuxia Lai, Yannan Liu, and Qiang Xu}, journal={NeurIPS}, year={2021} } 1. Setup Install dependencies conda env create -f environment.yml Please    

Read more

IICNet: A Generic Framework for Reversible Image Conversion

Official PyTorch Implementation for IICNet: A Generic Framework for Reversible Image Conversion (ICCV2021). Demo Video | Supplements Introduction Reversible image conversion (RIC) aims to build a reversible transformation between specific visual content (e.g., short videos) and an embedding image, where the original content can be restored from the embedding when necessary. This work develops Invertible Image Conversion Net (IICNet) as a generic solution to various RIC tasks due to its strong capacity and task-independent design. Unlike previous encoder-decoder based methods, […]

Read more

Python SDK for accessing the Hanko Authentication API

This package is maintained by Hanko. Introduction This SDK provides an API client that lets you communicate with theHanko Authentication APIto easily integrate FIDO®-based authentication into your web application written inPython. Documentation Installation Pip Building a wheel py -m build pip install dist/hanko_sdk-X.X.X-py3-none-any.whl Usage Prerequisites In order to utilize the client provided by the SDK you need an API URL as well as API credentials in the form of anAPI key ID and an API secret. View our getting   […]

Read more

Documentation for the lottie file format

This repository contains both human-readable and machine-readable documentation about the Lottie format The documentation is available online at https://lottiefiles.github.io/lottie-docs/ License CC-BY 4.0 Setting Up This project uses mkdocs to generate the HTML pages from the documentation,and pip to install dependencies. It’s recommended you install dependencies on some kind of virtual environment. Once you have your environment, you can run pip install requirements.txt or make install_dependencies Building the Docs You can use To build the static HTML. During development, you might […]

Read more

A time table app to notify the user about their class timings

A time table app to notify the user about their class timings Features This project incorporates some features i wanted to see in a time table app, Including but not limited to : User replaceable time table (read below how to replace), generated with csv file Background service which notifies the user what class is currently going on aswell as which class is next How to use your own time table: The app supports usage of Custom time tables. On […]

Read more

Python Assignment Expressions and Using the Walrus Operator

Each new version of Python adds new features to the language. For Python 3.8, the biggest change is the addition of assignment expressions. Specifically, the := operator gives you a new syntax for assigning variables in the middle of expressions. This operator is colloquially known as the walrus operator. This course is an in-depth introduction to the walrus operator. You’ll learn some of the motivations for the syntax update and explore some examples where assignment expressions can be useful. In […]

Read more

Map Compressibility Assessment for LiDAR Registration

This repo contains the released version of code and datasets used for our IROS 2021 paper: “Map Compressibility Assessment for LiDAR Registration [link]. If you find the code useful for your work, please cite: @inproceedings{Chang21iros, author = {M.-F. Chang and W. Dong and J.G. Mangelson and M. Kaess and S. Lucey}, title = {Map Compressibility Assessment for {LiDAR} Registration}, booktitle =    

Read more

A discord bot made from discord.py and python

Main source of barbot Barbot is a discord bot made from discord.py and python, barbot is most to fun and roleplay for servers! Servers : 100 Members : 9248 Prefix : b! Shards : 2 People like to copy code from projects, and if ur seeing this that means you can NOT copy code from this github repo without giving the developers credit.(Or else i will find where you live and eat your cookies and sue u :D) GitHub View […]

Read more
1 411 412 413 414 415 928