-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestPretrainedModel.md detectron2 #26
Comments
Please refer to the detectron2 for inferring instructions. Which config do you think is detecton's? |
Hi thanks for reply when i use you config All_X101.yaml and its load model from bucket it gives result. but when i use you config All_X101.yaml with model_final.pth its not gives any result. |
i am running following notebook you can check results. |
@kbrajwani |
Thanks @liminghao1630 now i want to do table Recognition. so how can i use pretrained model. |
i read you have trained using OpenNMT. so can you please create readme about inference. |
can you tell me detectron or detectron2 should be installed? According to the TestPretrainedModel.md, detectron should be installed, but the model provided from detectron2. |
Did you forget to update the estPretrainedModel.md @liminghao1630 |
@DuckJ We have no plan to update the TestPretrainedModel.md for now, please refer to the detectron2 for inferring instructions. |
@liminghao1630 .OK,Thanks, That's means I should install detectron2. right? |
@DuckJ Thanks for your suggestions. I have updated the TestPretrainedModel.md and add a reminder. |
The detect model unzip error? should I use other tools? |
@kbrajwani hi, which tools did you use to unzip the model.zip. I used the unzip and 7-zip, always failed |
I I solved this problem by downloading each file separately. Thanks |
Hey @liminghao1630 , I'd like to run your pretrained models using the colab notebook you've modified for this issue: |
@alongadotvatbox did u find a solution for UnpicklingError: |
No, just downloaded the dataset and trained from scratch using the
pretrained detectron2 modules. Worked well, wasn't too much of a hassle.
…On Mon, Jan 11, 2021 at 3:34 PM raghavnprasad ***@***.***> wrote:
@alongadotvatbox <https://github.com/alongadotvatbox> did u find a
solution for UnpicklingError: invalid load key, '\x0d'. ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK6KEDYMW46JTMWXDGWEW6LSZL45NANCNFSM4RWYWNPQ>
.
--
*Alon Gadot*
Machine Learning Engineer
Mobile (IL): +972-52-4829831
Email: alon.gadot@vatbox.com
|
@alongadotvatbox If you don't mind then can you share the recognition model here? |
The curl request is wrong and the downloaded file is wrongly uploaded. Where file size should've been more than 700MB, it was just 147KB. So something wrong there. |
please make TestPretrainedModel.md as per detectron2 and i think you have upload the weights of detectron2 with detectron1 config. correct me if i am worng.
The text was updated successfully, but these errors were encountered: