Giter VIP home page Giter VIP logo

Comments (6)

rahulroxx avatar rahulroxx commented on August 22, 2024 1

Yup sure, thanks for prompt response @keldrom

from oidv4_toolkit.

rahulroxx avatar rahulroxx commented on August 22, 2024 1

Sure thanks for your support 👍

from oidv4_toolkit.

keldrom avatar keldrom commented on August 22, 2024

@rahulroxx that command is used to know the terminal size. Have you use the command prompt?

from oidv4_toolkit.

keldrom avatar keldrom commented on August 22, 2024

meanwhile I solve the problem substitute the line
rows, columns = os.popen('stty size', 'r').read().split()
with
try:
columns, rows = os.get_terminal_size(0)
except OSError:
columns, rows = os.get_terminal_size(1)

from oidv4_toolkit.

rahulroxx avatar rahulroxx commented on August 22, 2024

I have like 4 classes in

classes-new.txt

Chair
Sofa
Dining_table
television

from oidv4_toolkit.

keldrom avatar keldrom commented on August 22, 2024

I think I'm done. Download the new version of downloader.py and check.
If all works close this issue.

from oidv4_toolkit.

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.