Giter Site home page Giter Site logo

Comments (10)

isrugeek avatar isrugeek commented on July 29, 2024 2

great! Source Code! i was seeing your code! to save the images in correct path try to re write images.py
path = direction
image.save(path+'/image%s.jpg' % ("-" + direction + "-"+ str(time.time())), format="JPEG")
so it will add to desired folder with out error! also more folders must be created like forward_right , forward_left.. etc

but i can't understand one thing here! in interactive_control.py the loop then how ever you pressed esc or q it won't quit i just tried using Jupyter! of course it must work!

cheers

from autonomous-rc-car.

Vignesh1115 avatar Vignesh1115 commented on July 29, 2024

@isrugeek Could you provide more details about this issue? Did you face this while running train.py?

from autonomous-rc-car.

isrugeek avatar isrugeek commented on July 29, 2024

@Vignesh1115 to be honest it's not related to your work but i was doing same project and faced some error in PyGame that's why ! but i appreciate your work as well as Reply! i am doing similar work like you ( Autonomous Car) i will ask any error questions here !
Thanks folk!

Here: i fixed my py game by giving some windows! to execute!

from autonomous-rc-car.

isrugeek avatar isrugeek commented on July 29, 2024

@Vignesh1115 by the way how could your training images and data set can be same for the others?
because they actual data may differ in terms of their camera, realtime effects and more !

from autonomous-rc-car.

Vignesh1115 avatar Vignesh1115 commented on July 29, 2024

@isrugeek The dataset is highly unlikely to be the same; lots of parameters like camera angle, lighting etc. can always differ. The training dataset was provided so that our users could use it to augment their existing datasets to get started with the training faster and then tune it as they generate more training images.

from autonomous-rc-car.

isrugeek avatar isrugeek commented on July 29, 2024

@Vignesh1115 you mean as a reference? right?

from autonomous-rc-car.

Vignesh1115 avatar Vignesh1115 commented on July 29, 2024

@isrugeek Yes, that's correct.

from autonomous-rc-car.

isrugeek avatar isrugeek commented on July 29, 2024

@Vignesh1115 yes! even i download your code and when i press q or esc it wont exit!!! i faced this issue in pygame also!

from autonomous-rc-car.

Vignesh1115 avatar Vignesh1115 commented on July 29, 2024

@isrugeek You can quit interactive_control.py using Ctrl-C or similar commands to stop the python script.

from autonomous-rc-car.

isrugeek avatar isrugeek commented on July 29, 2024

forcing quit pyhton script ?? it doesn't have any effects on data??

os.exit() may be works too!

from autonomous-rc-car.

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.