SOLIDER icon indicating copy to clipboard operation
SOLIDER copied to clipboard

A Semantic Controllable Self-Supervised Learning Framework to learn general human representations from massive unlabeled human images, which can benefit downstream human-centric tasks to the maximum e...

Results 23 SOLIDER issues
Sort by recently updated
recently updated
newest added

Hi! I am very interested in Human Centric Visual Tasks, may I ask if the fine-tuning part for downstream tasks only implement at some layers or all layers? Looking forward...

Thanks for your excellent work! I'm trying to reproduce this repo recently! I found that **The Sementic Head** which is defined as ```part_classifier``` in the ```main_solider.py``` is seemly not optimized,...

How long did it take to train SOLIDER (in hours) using the settings from the paper? For both DINO pre-training and SOLIDER training? I see the number of epochs, but...

博主您好! 我使用SOLIDER上pretrained的模型进行测试,报了如下的错误 ``` /home/cddjjc/anaconda3/envs/pedestron_v2/bin/python /home/cddjjc/Workspace/SOLIDER-PedestrianDetection/test_city_person.py configs/solider/cp/swin_base.py models_pretrained/solider_origin/swin_base/epoch_ 1 2 --out swin_base.json --show --mean_teacher loading annotations into memory... Done (t=0.03s) creating index... index created! No pre-trained weights for SwinBase, training start...

有训练好的用于demo.py的权重吗?

Hello, how could I export the model to onnx.

Hello, Can you please upload task-specific Swin Weight for Person Attribute Recognition. Basically the weights I need to recreate these results : ``` Method | Model | PETA_ZS(mA) | RAP_ZS(mA)...

博主你好,我看你们在modescope中放出了预训练的SOLIDER-base模型,但是modescope中的pipeline中并没有相应的Tasks.Id。

when I run the resume_solider.sh,it maybe traceback with File "main_solider.py", line 398, in train_one_epoch semantic_weight = [torch.cat(semantic_weight)[torch.from_numpy(mask_idxs)]] \ IndexError: tensors used as indices must be long, byte or bool tensors...