Closed afred closed 1 year ago
I get the same error. Also, I think the README file needs some updates.
Kelley, can we look at this if you are in on Thursday?
@marcverhagen do you mean the host port vs container port in the -p
option of docker compose? I think those need to be reversed, yeah?
The model file is too big to put on GitHub so that is what is causing the issue. I think in the past I pushed the image with the model to docker hub, but the version there is out of date now. The app does need to be updated for sdk changes and I should have that done by tomorrow.
On Tue, Feb 28, 2023 at 4:49 PM Andrew Myers @.***> wrote:
@marcverhagen https://github.com/marcverhagen do you mean the host port vs container port? I think those need to be reversed, yeah?
— Reply to this email directly, view it on GitHub https://github.com/clamsproject/app-slate-textdetection/issues/1#issuecomment-1448969637, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAKHFU3ZNITD3FXPUT5OJ3WZZXGNANCNFSM6AAAAAAVJ3XQWU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@marcverhagen do you mean the host port vs container port in the
-p
option of docker compose? I think those need to be reversed, yeah?
No, I think the port is correct. Typically with one app you end up doing 5000:5000.
It is the input MMIF that seems to be an old version.
Right, but I think it's docker run -p [host port]:5000 ...
rather than docker run -p 5000:[host port]
Closing issue as stale.
To replicate
following the README I ran...
I tried replacing
"fasterrcnn_resnet50_fpn.pth"
on line 20 ofapp.py
with"fasterrcnn_resnet50_fpn_coco-258fb6c6.pth"
as indicated in the "dowloading..." message, but it results in... so I'm not sure where this file is expected to be.