DomainMix icon indicating copy to clipboard operation
DomainMix copied to clipboard

[BMVC 2021] The official implementation of "DomainMix: Learning Generalizable Person Re-Identification Without Human Annotations"

Results 4 DomainMix issues
Sort by recently updated
recently updated
newest added

Thanks for your work, I noticed that you validated the importance of using unlabeled real datasets. So how do I control in code to implement data states ((labeled or unlabeled))...

How long is the inference time for a picture? (Device and Resolution)

您好,请问一下合成数据是用什么工具合成的呢?

I wrote the below code: ```python import os.path as osp import time import numpy as np import torch from torch import nn from torch.utils.data import DataLoader, TensorDataset from PIL import...