-
Hi there,
I would like to test the pre-trained model against pedestrian models that I have been developing. I see there is a weight folder but still not sure how to create an agent and load the wei…
-
The website is unavailable now
-
Hi!
I am trying to use your scripts to reproduce the results in the paper but I am not sure I am doing it right.
In particular, when running the following command (as suggested in the README.md):
`…
-
this is the code from ``train_body.py``
```
def image_process(img_pth):
img = cv2.imread(img_pth)
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
img = cv2.resize(img, (512,512))
retu…
-
Hey, I was wondering if the pre-trained models are available and if so where I could find them?
-
Hi!
Just wanted to quickly mention that the google drive link for the pre-trained models seems to be broken!
Sincerely Henrik
-
Hi there!
After going over the documentation and playing a bit with the code I understood that:
1. The PSP model is not pre-trained (Only the conv net that the model loads as a part of the archite…
-
Thank you for your excellent work!
I want to download the Pre-trained Models but only find Predicted Results in [6. Pre-trained Models and Predicted Results](https://github.com/awslabs/decode-answer-…
-
It seems that the downloading link to pre-trained models have been expired. May the authors check it out?
-
hello
thank you for your amazing work.
I would ask about which part of my pre-trained segmentation model do I put in src/segmentor_fcn.py.
I really appreciate your help.