rl-multishot-reid
rl-multishot-reid copied to clipboard
Multi-shot Pedestrian Re-identification via Sequential Decision Making (CVPR2018)
when I run preprocess_prid_image.py,I got this problem.The folder **recs** shows **Permission denied**
Hi,I want to re-implement this code to a pytorch version do you have some suggestions? about the state data, the memory and the agent? Thank you so much,
Hi Dear authors, could you please upload your pre-trained model and the test demo? Then we can avoid train this model repeatedly. Thank you
For preparation of Mars data, following error is seen: Traceback (most recent call last): File "preprocess_mars_image.py", line 100, in gen_train() File "preprocess_mars_image.py", line 85, in gen_train save_train(pool) File "preprocess_mars_image.py", line...
I have tried training the RL phase model with the baseline training samples(recs) , but it seems that the training sample preparing is different between RL training and baseline, could...