[pdf]
Self-Supervised Pre-Training for Transformer-Based Person Re-IdentificationThe official repository for Self-Supervised Pre-Training for Transformer-Based Person Re-Identification. Code and model will be uploaded when ready.
The official repository for Self-Supervised Pre-Training for Transformer-Based Person Re-Identification. Code and model will be uploaded when ready.
Hi ,when I using
python -W ignore -m torch.distributed.launch --nproc_per_node=8 main_dino.py
--arch vit_small
--data_path /my path/LUP
--output_dir ./log/dino/lup/vit_small_full_lup
--height 256 --width 128
--crop_height 128 --crop_width 64
--epochs 100 \
I found my code stuck at line 153 (main_dino. Py). Is this caused by loading the luperson dataset? It's been running for six hours.
非常感谢您的工作!
我想使用您的DINO代码对LUPerson进行预训练,我看到您的代码好像是将LUPerson里边的数据以图片的形式直接load(main_dino.py line153: dataset = datasets.ImageFolder(args.data_path, transform=transform)
)。但是我拿到的LUPerson数据集是.mdb格式的,没办法直接读取。想问下我是否需要将.mdb格式的数据集转换成.jpg图片?如果需要的话,转换后的LUPerson数据集的组织形式是什么样的?(从main_dino.py line158: dir_path = os.path.join(args.data_path,'images')
看到似乎LUPerson文件夹下还有‘images’文件夹)
希望您能帮助我解决这个问题,万分感谢!
Thanks for your works on ReID! I got several questions:
Excellent work! And how you process dets.pkl of LUP dataset? It seems that the video extraction has resolution problem and we don't know the FPS. If you have done it, could you send me the script? Thanks a lot!
I try to implement this model, but the result is very bad when applied to other unknown dataset. Is there any specific setting? or the model is overfitting ?
Using compute_jaccard_distance
function defined in faiss_rerank.py. The search_option
variable is hard coded to 2, which uses multiple GPUs if the machine has any.
The final jaccard distance is incorrect as each value is the same (some number), whereas when i use search_option = None
, i.e., CPU option, the jaccard distance makes sense.
I am using RTX 3090 GPU.
Can you please help me check if there is some issue? Thanks!
LUPerson-NL Large-Scale Pre-training for Person Re-identification with Noisy Labels (LUPerson-NL) The repository is for our CVPR2022 paper Large-Scale
The Lottery Tickets Hypothesis for Supervised and Self-supervised Pre-training in Computer Vision Models Codes for this paper The Lottery Tickets Hypo
UniSpeech The family of UniSpeech: UniSpeech (ICML 2021): Unified Pre-training for Self-Supervised Learning and Supervised Learning for ASR UniSpeech-
hypergraph_reid Implementation of "Learning Multi-Granular Hypergraphs for Video-Based Person Re-Identification" If you find this help your research,
Contrast to Divide: self-supervised pre-training for learning with noisy labels This is an official implementation of "Contrast to Divide: self-superv
Pre-trained (foundation) models across tasks (understanding, generation and translation), languages (100+ languages), and modalities (language, image, audio, vision + language, audio + language, etc.)
Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training [Arxiv] VideoMAE: Masked Autoencoders are Data-Efficient Learne
Published by SpaceML • About SpaceML • Quick Colab Example Self-Supervised Learner The Self-Supervised Learner can be used to train a classifier with
LifelongReID Offical implementation of our Lifelong Person Re-Identification via Adaptive Knowledge Accumulation in CVPR2021 by Nan Pu, Wei Chen, Yu L
Introduction This is the PyTorch implementation for Adaptive Graph Representation Learning for Video Person Re-identification. Get started git clone h
UnrealPerson: An Adaptive Pipeline for Costless Person Re-identification In our paper (arxiv), we propose a novel pipeline, UnrealPerson, that decreas
IAUnet This repository contains the code for the paper: IAUnet: Global Context-Aware Feature Learning for Person Re-Identification Ruibing Hou, Bingpe
Person Re-identification Final project of Computer Vision Table of content Person Re-identification Table of content Students: Proposed method Dataset
We evaluated the baseline with Resnet50 and Efficienet-v2 without using pretrained models. Also Resnet50-IBN-A and Efficientnet-v2 using pretrained on ImageNet. We used two datasets: Market-1501 and CUHK03.
Torchreid Torchreid is a library for deep-learning person re-identification, written in PyTorch. It features: multi-GPU training support both image- a
Joint Discriminative and Generative Learning for Person Re-identification [Project] [Paper] [YouTube] [Bilibili] [Poster] [Supp] Joint Discriminative
CM-NAS Official Pytorch code of paper CM-NAS: Cross-Modality Neural Architecture Search for Visible-Infrared Person Re-Identification in ICCV2021. Vis
DomainMix [BMVC2021] The official implementation of "DomainMix: Learning Generalizable Person Re-Identification Without Human Annotations" [paper] [de
Exploiting Robust Unsupervised Video Person Re-identification Implementation of the proposed uPMnet. For the preprint, please refer to [Arxiv]. Gettin