Git Product home page Git Product logo

Comments (7)

InesBeltaief avatar InesBeltaief commented on July 24, 2024 2

hello @rmmal can you please share the code that you used to convert annotations?

from east.

argman avatar argman commented on July 24, 2024

I dont know, can you provide a training sample or you can check you annotations, see samples in training_samples/

from east.

rmmal avatar rmmal commented on July 24, 2024

it stuck alot in sleep(0.01)

I had a dataset that has x1,y1,x2,y2 and it's all about 1 class
so i converted it to
x1,y1,x2,y1,x2,y2,x1,y2 ,class1

for each image it may go through sleep(0.01) alot of times between reading the image in the generator function and the end of this function

what could be wrong ?

also i have a GPU that has 6GB ram would it be a problem ?

from east.

argman avatar argman commented on July 24, 2024

you may try to reduce the number of readers and batch size

from east.

yangxuehang avatar yangxuehang commented on July 24, 2024

@rmmal hello, how did you fix the problem about sleep(0.01) ?

from east.

rmmal avatar rmmal commented on July 24, 2024

@InesBeltaief if you have x1 , y1 , x2 , y2
then you can write them in such format
file_write.write(x1+","+y1+","+x2+","+y1+","+x2+","+y2+","+x1+","+y2+",text\n")

from east.

rmmal avatar rmmal commented on July 24, 2024

@yangxuehang there was a problem in my paths and dataset

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.