Truy xuất người dựa trên giới tính, loại quần áo và màu sắc
pip install -r requirements.txt
# Dùng torchreid
pip install https://github.com/KaiyangZhou/deep-person-reid/archive/master.zip
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
%cd ../HumanRetrieval/Detection/yolact/external/DCNv2
# Build DCNv2
python setup.py build develop
MỘt số file weights : YOLACT++, YOLOR, YOLOv5, EfficientNet : link drive
# source : ĐƯờng link ảnh, video, hoặc là webcam
# device: GPU hoặc CPU
# top, bottom: Loại quần áo nửa thân trên và dưới
# weight: Model dự đoán
%cd ../HumanRetrieval/
!python person_retrieval_system_v3.py --source=/content/video.avi --device=cuda --top=tee,blue --bottom=trousers,white --humans=male --clothes=short_sleeved_shirt,trousers --extractor=efficientnet-b2 --type_clothes_weight=/content/gdrive/MyDrive/model/EffNet_B2_type_Aug/efficientnet-b2type_clothes.pt --color_clothes_weight=/content/gdrive/MyDrive/model/EffNet_B2_color_Aug/efficientnet-b2color_clothes.pt