Git Product home page Git Product logo

Comments (8)

argman avatar argman commented on June 26, 2024

Thanks for trying this on arabic data.
This print is used to debug, because the program assumes your polygon is in clockwise, and if its anticlockwise, the code will reverse it. you can see line, you can check your data before training.

And if you get nice results, please inform us!

from east.

BurhanUlTayyab avatar BurhanUlTayyab commented on June 26, 2024

Sure,

I have tried again to refit it, but it is still the problem for some images it is not the issue, however for other it still persists.

I am drawing a rectangle via keyboard to tell you my coordinates.

(x1,y1) (x2,y2)
^^^^^^^^^^^^

^^^^^^^^^^^^
(x4,y4) (x3,y3)

Thanks
Burhan Ul Tayyab

from east.

argman avatar argman commented on June 26, 2024

can you provide a sample text file you used for training ?

from east.

BurhanUlTayyab avatar BurhanUlTayyab commented on June 26, 2024

Sure

AljazeeraHD_vd01_frame_18.txt

from east.

argman avatar argman commented on June 26, 2024

why there are negative values ? and the coord in your text seems
(x3,y3) (x3,y3)
^^^^^^^^^^^^

^^^^^^^^^^^^
(x2,y2) (x1,y1)(staring point)

this is strange.

from east.

BurhanUlTayyab avatar BurhanUlTayyab commented on June 26, 2024

Basically the dataset was taken from AcTiV, and it consisted of x,y,width,height, I manually converted into x1,y1 format.

The formulas I used are
x1,y1 = x,y
x2,y2 = x-width, y
x3,y3 = x-width, y+height
x4,y4 = x, y+height

Please guide me if there is any mistake in doing all of this

Thanks
Burhan Ul Tayyab

from east.

argman avatar argman commented on June 26, 2024

I think it should be
(x,y) (x+w,y)
^^^^^^^^^^^^

^^^^^^^^^^^^
(x,y+h) (x+w,y+h)

from east.

BurhanUlTayyab avatar BurhanUlTayyab commented on June 26, 2024

Solved

Thank you very Much.

from east.

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.