-
`trainval set: 67943, test set: 16985, attr_num : 54
Traceback (most recent call last):
File "train.py", line 153, in
main(args)
File "train.py", line 92, in main
path=save_model_pat…
-
hi, thanks for open source.
I tried to reproduce the results on RAP datasets.
There is quite a gap between paper and my reproduction.
Paper :
![Screenshot from 2020-05-25 14-07-16](https:/…
-
I use the way in [pedestrian-attribute-recognition-pytorch](https://github.com/dangweili/pedestrian-attribute-recognition-pytorch) to process Rap dataset.
I got two files: rap_partition.pkl and rap_p…
-
Thanks for your code sharing, it helps me a lot!
One question about the accuracy calculation :
in your code(main.py, line 295), `accu = accu + tp / (tp + fn + fp)`
I just wondering why tn is ignor…
-
Hi,
If I run
`~/gst-video-analytics/samples/benchmark# ./benchmark.sh file.avi GPU GPU
`
Then the following error occurs:
WARNING: erroneous pipeline: could not link vaapipostproc0 to gvadetec…
vtpl1 updated
4 years ago
-
Hi, Thanks for sharing your work. Can you please upload the model weights file on dropbox or drive? As I don't understand Chinese, I'm having a hard time downloading the it.
-
Hi, I'm getting the following error on testing inference on an image.
```
Traceback (most recent call last):
File "demo.py", line 34, in
score=model(img_trans,inp)
File "/nfs/interns/k…
-
Hello, @KaiyangZhou I am trying to execute your code and found that the images of similar persons (in terms of color and texture) are obtained by grouping the learned factor selection features, Is the…
-
Can it be applied to video in real time?
kclch updated
6 years ago
-
Hi Liu,
I tried to duplicate your paper, but I met some questions about the attribute recognition. My net is composed of "res-net" and a "SigmoidCrossEntropyLoss" layer. And the attributes "tr…
ccJia updated
6 years ago