Reinforcement Learning via Sequence Modeling

Decision Transformer Lili Chen*, Kevin Lu*, Aravind Rajeswaran, Kimin Lee, Aditya Grover, Michael Laskin, Pieter Abbeel, Aravind Srinivas†, and Igor Mordatch† *equal contribution, †equal advising Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling. Contains scripts to reproduce experiments. Instructions We provide code in two sub-directories: atari containing code for Atari experiments and gym containing code for OpenAI Gym experiments.See corresponding READMEs in each folder for instructions; scripts should be run from the respective directories.It may be necessary to […]

Read more

Gotta Go Fast When Generating Data with Score-Based Models

score_sde_fast_sampling This repo contains the official implementation for the paper Gotta Go Fast When Generating Data with Score-Based Models, which shows how to generate data as fast as possible with score-based models using a well-designed SDE solver. See the blog post for more details. Pretrained checkpoints https://drive.google.com/drive/folders/10pQygNzF7hOOLwP3q8GiNxSnFRpArUxQ?usp=sharing References If you find the code useful for your research, please consider citing @article{jolicoeurmartineau2021gotta, title={Gotta Go Fast When Generating Data with Score-Based Models}, author={Alexia Jolicoeur-Martineau and Ke Li and R{‘e}mi Pich{‘e}-Taillefer and Tal […]

Read more

SRA’s seminar on Introduction to Computer Vision Fundamentals

Pixels_Seminar SRA’s seminar on Introduction to Computer Vision Fundamentals Introduction to Computer Vision This repository includes basics to : Python Numpy: A python library Git Computer Vision. The aim of this repository is to provide: A brief idea of algorithms involved in Computer Vision . Introduction to Version Control System: Git and GitHub. Computer Vision and Image Processing basics, idea of implementation of various algorithms involved using numpy (instead of any dedicated image processing library like OpenCV.) Introduction to a […]

Read more

A Python Based Utility for Processing GST-Return JSON Files to Multiple Formats

GSTR 1/2A Utility A Python Based Utility for Processing GST-Return JSON Files to Multiple Formats by Shan.tk Open Source GSTR 1/GSTR 2A JSON to Excel utility based on Python. Useful for Auditors in Verifying GSTR 1 Return Invoices with Ledgers Screenshots Currently Working Methods for Both GSTR 1/2A B2B Invoices B2B Credit Notes Exports B2C Sales B2B Amended Invoices To be Done B2C Amended Invoices HSN Summary If You are Interested in this Project. Pull Requests are Welcomed if it […]

Read more

A minecraft bedrock server software written in python

Podrum Is a Minecraft Bedrock Edition server software written in Python. It’s still under active development, but yet it has few advantages: Easy to use, Written in Python which makes plugins easier to write Features: [ ] World Generation [x] Networking [x] Commands [x] MOTD [x] Joinable (1.16.220) [ ] Mobs Running: Linux and MacOS (Unix systems): pip3 install -r ./requirements.txt python3 podrum Or you can use Powershell. Windows: pip install -r ./requirements.txt python podrum GitHub https://github.com/Podrum/Podrum    

Read more

A real-time,high accuracy face detection

Yolov5-face Yolov5-face is a real-time,high accuracy face detection. Performance Single Scale Inference on VGA resolution(max side is equal to 640 and scale). Large family Method Backbone Easy Medium Hard #Params(M) #Flops(G) DSFD (CVPR19) ResNet152 94.29 91.47 71.39 120.06 259.55 RetinaFace (CVPR20) ResNet50 94.92 91.90 64.17 29.50 37.59 HAMBox (CVPR20) ResNet50 95.27 93.76 76.75 30.24 43.28 TinaFace (Arxiv20) ResNet50 95.61 94.25 81.43 37.98 172.95 SCRFD-34GF(Arxiv21) Bottleneck Res 96.06 94.92 85.29 9.80 34.13 SCRFD-10GF(Arxiv21) Basic Res 95.16 93.87 83.05 3.86 9.98 – […]

Read more

Pytorch implementation of Generative Models as Distributions of Functions

Generative Models as Distributions of Functions This repo contains code to reproduce all experiments in Generative Models as Distributions of Functions. Requirements Requirements for training the models can be installed using pip install -r requirements.txt. All experiments were run using python 3.8.10. Training a model To train a model on CelebAHQ64, run python main.py configs/config_celebahq64.json Example configs to reproduce the results in the paper are provided in the configs folder. Note that you will have to provide a path to […]

Read more

A framework for highlighting and correcting grammatical errors on natural language text

Gramformer Human and machine generated text often suffer from grammatical and/or typographical errors. It can be spelling, punctuation, grammatical or word choice errors. Gramformer is a library that exposes 3 seperate interfaces to a family of algorithms to detect, highlight and correct grammar errors. To make sure the corrections and highlights recommended are of high quality, it comes with a quality estimator. You can use Gramformer in one or more areas mentioned under the “use-cases” section below or any other […]

Read more

Simultaneous localisation and categorization of objects in medical images

nnDetection Simultaneous localisation and categorization of objects in medical images, also referred to as medical object detection, is of high clinical relevance because diagnostic decisions depend on rating of objects rather than e.g. pixels. For this task, the cumbersome and iterative process of method configuration constitutes a major research bottleneck. Recently, nnU-Net has tackled this challenge for the task of image segmentation with great success. Following nnU-Net’s agenda, in this work we systematize and automate the configuration process for medical […]

Read more

The toolkit to autolabal dataset for instance segmentation

Ozeu Ozeu is the toolkit to autolabal dataset for instance segmentation. You can generate datasets labaled with segmentation mask and bounding box from the recorded video files. Installation Requirements Example installation command for cuda11.1. pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html pip install mmcv-full==1.3.5 -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.8.0/index.html pip install git+https://github.com/open-mmlab/[email protected] git clone [email protected]:xiong-jie-y/ozeu.git cd ozeu pip install -e . Usage 1. Record Video I recommend record video with the camera where you want to run detector.For webcam, you can use command […]

Read more
1 609 610 611 612 613 912