Sorti-Py – A CLI tool that sorts the current folder you’re in

Sorti-Py is a CLI tool that sorts the current folder you’re in. It sorts all files into their respective folders, for example, it takes all .pdf files in your current directory, and puts them in a pdf folder. It works for all extensions and will make organizing messy folders a lot easier. cd into the directory you wish sorted type “sortipy” clone this repository cd into sorti-py type “sudo mv sortipy /usr/bin” NOTE: The reason you need sudo privileges is […]

Read more

Versatile Multi-Modal Pre-Training for Human-Centric Perception

1S-Lab, Nanyang Technological University  2SenseTime Research  3Shanghai AI Laboratory Accepted to CVPR 2022 This repository contains the official implementation of Versatile Multi-Modal Pre-Training for Human-Centric Perception. For brevity, we name our method HCMoCo. arXiv • Project Page • Dataset Citation If you find our work useful for your research, please consider citing the paper: Updates [03/2022] Code release! [03/2022] HCMoCo is accepted to CVPR 2022🥳! Installation We recommend using conda to manage the python environment. The commands below are provided […]

Read more

Novel Class Discovery in Semantic Segmentation, CVPR 2022

This repository contains the official implementation of our paper: Novel Class Discovery in Semantic Segmentation, CVPR 2022 Yuyang Zhao, Zhun Zhong, Nicu Sebe, Gim Hee Lee Paper: ArXiv Project Page: Website Abstract: We introduce a new setting of Novel Class Discovery in Semantic Segmentation (NCDSS), which aims at segmenting unlabeled images containing new classes given prior knowledge from a labeled set of disjoint classes. In contrast to existing approaches that look at novel class discovery in image classification, we focus […]

Read more

A repository for a universal I/O spec for TAMP, along with scripts to convert from popular specs to our spec

A repository for a universal I/O spec for TAMP, along with scripts to convert from popular specs to our spec Installation Dependencies This repository requires Python 3.8+. We recommend you create a conda env or virtual env with an appropriate Python version before installing the other dependencies. If you are creating a virtual environment within the project directory, then you might want to call it one of .env, env, .venv, venv as the code checks have been configured to exclude […]

Read more

Gesture Volume Control With Python

In this project I am going to learn how to use Gesture Control to change the volume of a computer. I first look into hand tracking and then I will use the hand landmarks to find gesture of my hand to change the volume. Features Can track your hand in real-time Can change your computer’s volume based on your hand activity How to install Clone this repository on your computer https://github.com/paveldat/gesture_volume_control.git Install all the requirements run libraries.bat Run the program […]

Read more

Watermarking Images in Self-Supervised Latent-Spaces

PyTorch implementation and pretrained models for the paper. For details, see Watermarking Images in Self-Supervised Latent-Spaces. If you find this repository useful, please consider giving a star ⭐ and please cite as: @inproceedings{fernandez2022sslwatermarking, title={Watermarking Images in Self-Supervised Latent Spaces}, author={Fernandez, Pierre and Sablayrolles, Alexandre and Furon, Teddy and Jégou, Hervé and Douze, Matthijs}, booktitle={IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)}, year={2022}, organization={IEEE}, } [Webpage] [arXiv] [Spaces] [Colab] Introduction   To finish reading, please visit source site

Read more

Experiments with Circle Loss on AIC 2021’s Vehicle Retrieval Dataset

Info Usage Extract metadata The dataset provided metadata in the form of an XML file train_label.xml which can be hard to processed. We first convert this into a more accessible JSON file. The result will be saved as list/train_image_metadata.json. Split data Since we use the data above for training, evaluation, and testing, we split it into corresponding CSV files. The results are stored in the list folder as CSVs file of tuples of (image_id, vehicle_id, cam_id): reid_train.csv: contains the training […]

Read more

MetaMorph: Learning Universal Controllers with Transformers

This is the code for the paper MetaMorph: Learning Universal Controllers with Transformers Agrim Gupta, Linxi Fan, Surya Ganguli, Fei-Fei Li Multiple domains like vision, natural language, and audio are witnessing tremendous progress by leveraging Transformers for large scale pre-training followed by task specific fine tuning. In contrast, in robotics we primarily train a single robot for a single task. However, modular robot systems now allow for the flexible combination of general-purpose building blocks into task optimized morphologies. However, given […]

Read more

Dataset Distillation by Matching Training Trajectories

Project Page | Paper This repo contains code for training expert trajectories and distilling synthetic data from our Dataset Distillation by Matching Training Trajectories paper (CVPR 2022). Please see our project page for more results. Dataset Distillation by Matching Training Trajectories George Cazenavette, Tongzhou Wang, Antonio Torralba, Alexei A. Efros, Jun-Yan Zhu CMU, MIT, UC Berkeley CVPR 2022 The task of “Dataset Distillation” is to learn a small number of synthetic images such that a model trained on this set […]

Read more
1 173 174 175 176 177 914