-
**Literature Review:**
- Other datasets from resource tracks of cs conferences in text analysis domain
-- Sigir
-- Ecir
-- Cikm
-- …
- Other datasets in review analysis domain
-- SemEva…
-
Thank you for the hardwork and sharing of your code, I have encountered some issues while attempting to replicate the results for the PRCC dataset with the CTL model.
I executed the inference script…
-
We have two doubts about yolo retraining.
We want to improve the detection when people is using specific clothes and environment (construction clothes)
We're using frames of 1280x720 in recognitio…
-
Thank you for your project.
Actually I am using your maskrcnn_benchmark to detect clothes.
Detection works fine.
However, class matching is not good. Can you tell me the class information of mask…
DKDML updated
2 years ago
-
- [x] Загрузка изображения по выбору
- [x] Нейронная сеть для определения категории
- [x] Обучить
- [ ] Найти другие НС
- [ ] Сделать качественные фотографии и проработать сценарии определения фот…
-
Dear Ziwei Liu:
I have read your paper:DeepFashion: Powering Robust Clothes Recognition and Retrieval with Rich Annotations, and it is very helpful for my research.
You mentioned four benchmarks in …
-
I'm trying to run inference on a brand new image, but can't quite figure out the preprocessing steps necessary, and my model that works very well is completely failing. Can you help me out?
-
```import json
from PIL import Image
import numpy as np
dataset = {
"info": {},
"licenses": [],
"images": [],
"annotations": [],
"categories": []
}
lst_name = ['short…
-
hello everyone i have trained model and also i create model testing code but i want to exact python code to detect clothes.
-
Dear Ziwei Liu:
A problem confuses me.Can we use the bounding box position as a konwn information in the testing set. I notice that you trian three network for upper,lower and full-body cloth…