Giter Club home page Giter Club logo

Comments (11)

the-black-knight-01 avatar the-black-knight-01 commented on May 27, 2024

heck this: https://github.com/interviewBubble/Tabulo/blob/master/README.md#header-section

from tabulo.

akshaydp1995 avatar akshaydp1995 commented on May 27, 2024

Yes of course I did that. Same error.

from tabulo.

akshaydp1995 avatar akshaydp1995 commented on May 27, 2024

I've followed the following steps:

  1. Entered a virtual environment on my Ubuntu 18.04 system
  2. pip install tensorflow
  3. git clone https://github.com/interviewBubble/Tabulo.git
  4. cd Tabulo
  5. pip install -e .
  6. tabulo --help (Works)
  7. Downloaded PostMan
  8. PostMan - New tab - Import - Paste Raw Link - Pasted the following:
    curl -X POST
    http://localhost:5000/api/fasterrcnn/predict/
    -H 'Content-Type: application/x-www-form-urlencoded'
    -H 'Postman-Token: 70478bd2-e1e8-442f-b0bf-ea5ecf7bf4d8'
    -H 'cache-control: no-cache'
    -H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW'
    -F image=@/path/to/image/page_8-min.jpg
  9. Changed the directory for the last line to /docs/images/page_8-min.jpg
  10. Clicked Send on PostMan
  11. Error is
    {
    "error": "Missing image"
    }

from tabulo.

the-black-knight-01 avatar the-black-knight-01 commented on May 27, 2024

Now you have to download the pre-trained model to get started:
https://github.com/interviewBubble/Tabulo#7-working-with-pretrained-models

from tabulo.

akshaydp1995 avatar akshaydp1995 commented on May 27, 2024

Yes, downloaded that too. tabula checkpoint list already shows 1 local checkpoint.

from tabulo.

the-black-knight-01 avatar the-black-knight-01 commented on May 27, 2024

You have to run also:

Now run server using this command:
tabulo sever web --checkpoint 6aac7a1e8a8e

from tabulo.

akshaydp1995 avatar akshaydp1995 commented on May 27, 2024

Yes did that as well

from tabulo.

the-black-knight-01 avatar the-black-knight-01 commented on May 27, 2024
curl -X POST
http://localhost:5000/api/fasterrcnn/predict/
-H 'Content-Type: application/x-www-form-urlencoded'
-H 'Postman-Token: 70478bd2-e1e8-442f-b0bf-ea5ecf7bf4d8'
-H 'cache-control: no-cache'
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW'
-F image=@/path/to/image/page_8-min.jpg

This curl command you should use cmd for that.

from tabulo.

the-black-knight-01 avatar the-black-knight-01 commented on May 27, 2024

I have given two ways to use service

  1. Using curl command on Command Prompt.
  2. Using Postman.

from tabulo.

Denrose11 avatar Denrose11 commented on May 27, 2024

Hi, I am also getting:
{
"error":"Missing image"
}
image

pls help!

can you help me running curl commands too

image

from tabulo.

weinixuehao avatar weinixuehao commented on May 27, 2024

image
I`m also meeting this issue

from tabulo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.