Paster color with blender color format in python

ColorPaster [Blender Addon] Convert three types of color in your clipboard and paste it to the color property (gamma correct) How to Use Hover your mouse on the color property,F3 search color paste, then bind it to short cut or quick favorite. Copy your color from your favorite picker or website, then paste it with your quick favorite Format Support Hex : ‘#’ is not necessary RGB :uppercase letter & space after ‘,’ is not necessary. Allow to pick RGBA […]

Read more

A Transformer Model for Embodied, Language-guided Visual Task Completion

EmBERT We present Embodied BERT (EmBERT), a transformer-based model which can attend to high-dimensional, multi-modal inputs across long temporal horizons for language-conditioned task completion. Additionally, we bridge the gap between successful object-centric navigation models used for non-interactive agents and the language-guided visual task completion benchmark, ALFRED, by introducing object navigation targets for EmBERT training. We achieve competitive performance on the ALFRED benchmark, and EmBERT marks the first transformer-based model to successfully handle the long-horizon, dense, multi-modal histories of ALFRED, and […]

Read more

Multi-View Multi-Person 3D Pose Estimation with Plane Sweep Stereo

Multi-View Multi-Person 3D Pose Estimation with Plane Sweep Stereo This repository includes the source code for our CVPR 2021 paper on multi-view multi-person 3D pose estimation. Please read our paper for more details at https://arxiv.org/abs/2104.02273. The project webpage is available here. Bibtex: @InProceedings{Lin_2021_CVPR, author = {Lin, Jiahao and Lee, Gim Hee}, title = {Multi-View Multi-Person 3D Pose Estimation With Plane Sweep Stereo}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, month = {June}, year […]

Read more

Tracing Versus Freehand for Evaluating Computer-Generated Drawings

Tracing Versus Freehand for Evaluating Computer-Generated Drawings (SIGGRAPH 2021) Zeyu Wang, Sherry Qiu, Nicole Feng, Holly Rushmeier, Leonard McMillan, Julie Dorsey Drawing Dataset The dataset consists of 1,498 tracings and freehand drawings by 110 participants for 100 image prompts. Our drawings are registered to the prompts and include vector-based timestamped strokes collected via stylus input. Please right click the links below and “Save link as…” if it doesn’t download automatically. Image prompts. All rendered tracings and freehand drawings in SVG […]

Read more

Robust Prosody Transfer Across Speakers for Expressive Speech Synthesis

Daft-Exprt – PyTorch Implementation PyTorch Implementation of Daft-Exprt: Robust Prosody Transfer Across Speakers for Expressive Speech Synthesis The validation logs up to 70K of synthesized mel and alignment are shown below (VCTK_val_p237-088). DATASET refers to the names of datasets such as VCTK in the following documents. Dependencies You can install the Python dependencies with pip3 install -r requirements.txt Also, Dockerfile is provided for Docker users. Inference You have to download the pretrained models and put them in output/ckpt/DATASET/. For a […]

Read more

Mutual-Channel Loss for Fine-Grained Image Classification

Mutual-Channel-Loss Code release for The Devil is in the Channels: Mutual-Channel Loss for Fine-Grained Image Classification (TIP 2020)DOI Changelog 2020/09/14 update the code: CUB-200-2011_ResNet18.py Training with ResNet18 (TRAINED FROM SCRATCH). 2020/04/19 add the hyper-parameter fine-tune results. 2020/04/18 clean the code for better understanding. Dataset CUB-200-2011 Requirements python 3.6 PyTorch 1.2.0 torchvision Training Download datasets Train: python CUB-200-2011.py, the alpha and beta are the hyper-parameters of the MC-Loss Description : PyTorch CUB-200-2011 Training with VGG16 (TRAINED FROM SCRATCH). Hyper-parameter Loss = […]

Read more

A Fast Non-Autoregressive Model for Joint Intent Detection and Slot Filling

SlotRefine A Fast Non-Autoregressive Model for Joint Intent Detection and Slot Filling Reference Main paper to be cited (Di Wu et al., 2020) @article{wu2020slotrefine, title={Slotrefine: A fast non-autoregressive model for joint intent detection and slot filling}, author={Wu, Di and Ding, Liang and Lu, Fan and Xie, Jian}, booktitle={EMNLP}, year={2020} } Requirements Our system is build upon the THUMT codebase. tensorflow 1.12python 3.6 Usage sh train.atis.sh GitHub https://github.com/moore3930/SlotRefine    

Read more

Feature Learning in Infinite-Width Neural Networks

Empirical Experiments in “Feature Learning in Infinite-width Neural Networks” This repo contains code to replicate our experiments (Word2Vec, MAML) in our paper Feature Learning in Infinite-Width Neural NetworksGreg Yang, Edward Hu In short, the code here will allow you to train feature learning infinite-width neural networks on Word2Vec and on Omniglot (via MAML). Our results on Word2Vec: Our Results on MAML: Please see the README in individual folders for more details. This is the 4th paper in the Tensor Programs […]

Read more

Automatic Calibration for Non-repetitive Scanning Solid-State LiDAR and Camera Systems

ACSC Automatic extrinsic calibration for non-repetitive scanning solid-state LiDAR and camera systems. System Architecture 1. Dependency Tested with Ubuntu 16.04 64-bit and Ubuntu 18.04 64-bit. ROS (tested with kinetic / melodic) Eigen 3.2.5 PCL 1.8 python 2.X / 3.X python-pcl opencv-python (>= 4.0) scipy scikit-learn transforms3d pyyaml mayavi (optional, for debug and visualization only) 2. Preparation 2.1 Download and installation Use the following commands to download this repo. Notice: the SUBMODULE should also be cloned. git clone –recurse-submodules https://github.com/HViktorTsoi/ACSC Compile […]

Read more

Domain Consensus Clustering for Universal Domain Adaptation

Domain-Consensus-Clustering [CVPR2021] Domain Consensus Clustering for Universal Domain Adaptation Prerequisites To install requirements: pip install -r requirements.txt Python 3.6 GPU Memory: 10GB Pytorch 1.4.0 Getting Started Download the dataset: Office-31, OfficeHome, VisDA, DomainNet. Data Folder structure: Your dataset DIR: |-Office/domain_adaptation_images | |-amazon | |-webcam | |-dslr |-OfficeHome | |-Art | |-Product | |-… |-VisDA | |-train | |-validataion |-DomainNet | |-clipart | |-painting | |-… You need you modify the data_path in config files, i.e., config.root Training Train on one […]

Read more
1 516 517 518 519 520 927