-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardwares to use. #124
Comments
I too would find it helpful to have more information on setting up the hardware. Could this be added to the repo? |
@supaabzz @edPratt Actually raspberry pi just sits on top of the car, there is no wiring between the car and pi. For simplicity, you can even choose not to connect an ultrasonic sensor to the pi. Arduino is connected to the remote controller directly. Since controller may vary, it's hard to say there is a standard way to set up. For connection diagram/photo, take a look here: |
Whether arduino is necessary to capture images or is there any other method to capture image while training. Can anyone also tell the benefits of using arduino |
Not really a benefits, if you want to use raspberry pi to control rc car, then you need to add some extra stuff. cv2.imwrite('training_images/frame{:>05}.jpg'.format(frame), image) |
Can we capture images through mobile or any such devices instead of using pi camera. One of our faculty member suggested us to capture images in mobile is it possible? Can u please tell about this??? |
sir can you please tell me the use of using arduino. can we capture images
through camera?
…On Thu, Feb 28, 2019 at 2:06 AM hamuchiwa ***@***.***> wrote:
Not really a benefits, if you want to use raspberry pi to control rc car,
then you need to add some extra stuff.
If you refer how to save an image to file while collecting, you can create
a folder named training_images and add the following line to
collect_training_data.py after the decoding.
cv2.imwrite('training_images/frame{:>05}.jpg'.format(frame), image)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr59xIRaALp3PJIhczXMVwHGb6miuPks5vRuw9gaJpZM4YnrZ0>
.
|
@Vishwasnayak You can use a usb camera instead of pi camera. Arduino is connected to the remote controller, it has nothing to do with video streaming in this project. |
Thank you sir
…On Thu, 28 Feb 2019, 10:55 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> You can use a usb camera
instead of pi camera. Arduino is connected to the remote controller, it has
nothing to do with video streaming in this project.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr55CUSh2W7UPDvCt7HgI3AcCktiG2ks5vSBD5gaJpZM4YnrZ0>
.
|
Sir is there any necessary to train and test in the same environment or
room. My question is if we train(capture images) data in one room and test
it in other room, is it possible?? Thank you in advance
On Fri, 1 Mar 2019, 6:29 am Vishwas Nayak, <[email protected]>
wrote:
… Thank you sir
On Thu, 28 Feb 2019, 10:55 pm hamuchiwa, ***@***.***> wrote:
> @Vishwasnayak <https://github.com/Vishwasnayak> You can use a usb camera
> instead of pi camera. Arduino is connected to the remote controller, it has
> nothing to do with video streaming in this project.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#124 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Aizr55CUSh2W7UPDvCt7HgI3AcCktiG2ks5vSBD5gaJpZM4YnrZ0>
> .
>
|
@Vishwasnayak Ideally, train on one track and run on another. Train/valid split is included in the model, but it's actually better to do a k-folds cross validation in your case. In that case, make sure to collect a lot of data. |
Thank you sir for your reply. So basically if we train lot of images then
its possible to test in any room or environment with the same track? We are
training in one room and we are supposed to demonstrate in auditorium, so
its possible no sir? Thank you in advance
…On Tue, 12 Mar 2019, 2:49 am hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Ideally, train on one
track and run on another. Train/valid split is included in the model, but
it's actually better to do a k-folds cross validation in your case. In that
case, make sure to collect a lot of data.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr5xuJrptwAgBzvmQmMc-GbhVruMz1ks5vVshagaJpZM4YnrZ0>
.
|
@Vishwasnayak Yes, it's possible. Use more data and a more complex model can help. |
Thank you sir for your reply. To use more complex data are we supposed to
change anything in the code?
…On Wed, 13 Mar 2019, 11:16 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Yes, it's possible. Use
more data and a more complex model can help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr51bn25m0Gbo4IjzDRRj5MbWE7-W-ks5vWTlzgaJpZM4YnrZ0>
.
|
@Vishwasnayak Yes, add more layers/neurons, or if the neural network model in OpenCV doesn't work for you well, you can try to create a CNN using Tensorflow. |
Thank you sir for your previous reply. Our raspberry pi OS is getting
corrupted once in 4 days. Do you have any particular solution for that. I
have one more question sir, when we train our car, it goes only in straight
track it doesn't take turn. So my question is how many images should we
capture to make the car take turn.
…On Fri, 15 Mar 2019, 12:00 am hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Yes, add more
layers/neurons, or if the neural network model in OpenCV doesn't work for
you well, you can try to create a CNN using Tensorflow.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr53URlhRCNmHEjtvxuy4P7Dxh241-ks5vWpUzgaJpZM4YnrZ0>
.
|
@Vishwasnayak I'm not sure why it's corrupted, maybe try to isolate what's running one by one? Could you also direct future training related questions to #168, and perhaps upload your data? I can do some training with your data, and hope we can figure out where went wrong together. |
Thank you sir for your response. We will send the trained data as soon as
possible
…On Wed, 20 Mar 2019, 7:37 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> I'm not sure why it's
corrupted, maybe try to isolate what's running one by one? Could you also
direct future training related questions to #168
<#168>, and perhaps upload
your data? I can do some training with your data, and hope we can figure
out where went wrong together.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr5-8Bhzgmr18V-Ptb5vgA2TBu7eUgks5vYkCxgaJpZM4YnrZ0>
.
|
Sir, our car speed is quiet fast. Is it a parameter which affects the edge
detection of lane? And we also want to know is there any application or
software to read npz file. We are planning to train the car with a distance
of lane around 2 meter. So how many times we have to capture the image?
Thank you sir in advance.
On Wed, 20 Mar 2019, 7:58 pm Vishwas Nayak, <[email protected]>
wrote:
… Thank you sir for your response. We will send the trained data as soon as
possible
On Wed, 20 Mar 2019, 7:37 pm hamuchiwa, ***@***.***> wrote:
> @Vishwasnayak <https://github.com/Vishwasnayak> I'm not sure why it's
> corrupted, maybe try to isolate what's running one by one? Could you also
> direct future training related questions to #168
> <#168>, and perhaps upload
> your data? I can do some training with your data, and hope we can figure
> out where went wrong together.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#124 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Aizr5-8Bhzgmr18V-Ptb5vgA2TBu7eUgks5vYkCxgaJpZM4YnrZ0>
> .
>
|
@Vishwasnayak If it's too fast, the video streaming couldn't keep up, you need to find a way to slow down the car first before collecting any data. npz fits is created by Numpy, once you start to train the model, it will call |
Hi @hamuchiwa ,when I'm trying to read . npy file images after running collect_training_data.py, I'm getting all null images. Can you tell me what must be the problem? |
@ShwetaLalwani Can you explain a bit more about null image? Are you trying to visualize the data or something else? Images will be reshaped and saved into Numpy array as npz files that will be created in |
@hamuchiwa yes right, I'm trying to open the npz files and look at the images that are captured ... But when I'm opening the images , they are all null (I can't see the path, full image is white). Can you plz help me with this? |
@ShwetaLalwani Once you loaded data, sample = X_train[0].reshape((120, 320)) # if using whole image, then (240, 320)
plt.imshow(sample, cmap='gray') |
Thank you sir for your previous reply. If there is track with one curve and
then straight..then do we need to press the forward key again and
again(frame by frame) or continuously can we press the key till there is a
straight track?
…On Sat, 23 Mar 2019, 1:34 am hamuchiwa, ***@***.***> wrote:
@ShwetaLalwani <https://github.com/ShwetaLalwani> Once you loaded data,
X_train, X_valid, y_train, y_valid = load_data(input_size, data_path)
reshape it back to its original shape, then visualize it.
sample = X_train[0].reshape((120, 320)) # if using whole image, then (240, 320)
plt.imshow(sample, cmap='gray')
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr54L7CnDDs_7o0tVntstGPAK8cELEks5vZTdQgaJpZM4YnrZ0>
.
|
@Vishwasnayak Image is saved only when key is pressed, so it's more like tapping keys to move the car. Just drive on the track multiple times, or you could switch off the car and place the car on the track where you think it should be, then press arrow keys to collect while manually moving the car. |
Thank you sir. How to read npz files. Our faculty members want to view the
images captured in npz files. How to view that sir?
…On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Image is saved only when
key is pressed, so it's more like tapping keys to move the car. Just drive
on the track multiple times, or you could switch off the car and place the
car on the track where you think it should be, then press arrow keys to
collect while manually moving the car.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0>
.
|
from numpy import load
data = load('Numpyfilename.npz')
lst = data.files
for item in lst:
print(item)
print(data[item])
Use this code to print
…On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***> wrote:
Thank you sir. How to read npz files. Our faculty members want to view the
images captured in npz files. How to view that sir?
On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***> wrote:
> @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved only when
> key is pressed, so it's more like tapping keys to move the car. Just
drive
> on the track multiple times, or you could switch off the car and place
the
> car on the track where you think it should be, then press arrow keys to
> collect while manually moving the car.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0>
.
|
thank you sir for your response. Can you suggest any methods to control
speed of car. As it is not detecting turns and even stop sign.
…On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***> wrote:
from numpy import load
data = load('Numpyfilename.npz')
lst = data.files
for item in lst:
print(item)
print(data[item])
Use this code to print
On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***> wrote:
> Thank you sir. How to read npz files. Our faculty members want to view
the
> images captured in npz files. How to view that sir?
>
> On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***>
wrote:
>
> > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved only
when
> > key is pressed, so it's more like tapping keys to move the car. Just
> drive
> > on the track multiple times, or you could switch off the car and place
> the
> > car on the track where you think it should be, then press arrow keys to
> > collect while manually moving the car.
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0>
.
|
Actually i made a RC car on my own so i had supplied less voltage to my
motor so as to make the car run slowly
Which worked for me. Try this method i am not sure though it may work or not
…On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***> wrote:
thank you sir for your response. Can you suggest any methods to control
speed of car. As it is not detecting turns and even stop sign.
On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***> wrote:
> from numpy import load
>
> data = load('Numpyfilename.npz')
> lst = data.files
> for item in lst:
> print(item)
> print(data[item])
>
>
>
> Use this code to print
>
> On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***>
wrote:
>
> > Thank you sir. How to read npz files. Our faculty members want to view
> the
> > images captured in npz files. How to view that sir?
> >
> > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***>
> wrote:
> >
> > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved only
> when
> > > key is pressed, so it's more like tapping keys to move the car. Just
> > drive
> > > on the track multiple times, or you could switch off the car and
place
> > the
> > > car on the track where you think it should be, then press arrow keys
to
> > > collect while manually moving the car.
> > >
> > > —
> > > You are receiving this because you were mentioned.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
#124 (comment)
> >,
> > > or mute the thread
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0>
.
|
Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how did u
reduce voltage any suggestion?
…On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***> wrote:
Actually i made a RC car on my own so i had supplied less voltage to my
motor so as to make the car run slowly
Which worked for me. Try this method i am not sure though it may work or
not
On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***> wrote:
> thank you sir for your response. Can you suggest any methods to control
> speed of car. As it is not detecting turns and even stop sign.
>
> On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***>
wrote:
>
> > from numpy import load
> >
> > data = load('Numpyfilename.npz')
> > lst = data.files
> > for item in lst:
> > print(item)
> > print(data[item])
> >
> >
> >
> > Use this code to print
> >
> > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***>
> wrote:
> >
> > > Thank you sir. How to read npz files. Our faculty members want to
view
> > the
> > > images captured in npz files. How to view that sir?
> > >
> > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***>
> > wrote:
> > >
> > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved
only
> > when
> > > > key is pressed, so it's more like tapping keys to move the car.
Just
> > > drive
> > > > on the track multiple times, or you could switch off the car and
> place
> > > the
> > > > car on the track where you think it should be, then press arrow
keys
> to
> > > > collect while manually moving the car.
> > > >
> > > > —
> > > > You are receiving this because you were mentioned.
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> #124 (comment)
> > >,
> > > > or mute the thread
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > > >
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you are subscribed to this thread.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
#124 (comment)
> >,
> > > or mute the thread
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0>
.
|
In my RC car i used L298N motor driver.
So for motor it needs 12v like that
For 12v it needed 8 batteries of 1.5v
i just used 6 instead of 8 works perfectly for one day and then u have to
recharge again.
This needed regular recharging of batteries then i used potentiometer which
made it easy for controlling RPM
…On Mon 25 Mar, 2019, 19:37 Vishwasnayak, ***@***.***> wrote:
Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how did u
reduce voltage any suggestion?
On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***> wrote:
> Actually i made a RC car on my own so i had supplied less voltage to my
> motor so as to make the car run slowly
> Which worked for me. Try this method i am not sure though it may work or
> not
>
> On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***>
wrote:
>
> > thank you sir for your response. Can you suggest any methods to control
> > speed of car. As it is not detecting turns and even stop sign.
> >
> > On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***>
> wrote:
> >
> > > from numpy import load
> > >
> > > data = load('Numpyfilename.npz')
> > > lst = data.files
> > > for item in lst:
> > > print(item)
> > > print(data[item])
> > >
> > >
> > >
> > > Use this code to print
> > >
> > > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***>
> > wrote:
> > >
> > > > Thank you sir. How to read npz files. Our faculty members want to
> view
> > > the
> > > > images captured in npz files. How to view that sir?
> > > >
> > > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, ***@***.***>
> > > wrote:
> > > >
> > > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved
> only
> > > when
> > > > > key is pressed, so it's more like tapping keys to move the car.
> Just
> > > > drive
> > > > > on the track multiple times, or you could switch off the car and
> > place
> > > > the
> > > > > car on the track where you think it should be, then press arrow
> keys
> > to
> > > > > collect while manually moving the car.
> > > > >
> > > > > —
> > > > > You are receiving this because you were mentioned.
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> >
#124 (comment)
> > > >,
> > > > > or mute the thread
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > > > >
> > > > > .
> > > > >
> > > >
> > > > —
> > > > You are receiving this because you are subscribed to this thread.
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> #124 (comment)
> > >,
> > > > or mute the thread
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> > > >
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you were mentioned.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
#124 (comment)
> >,
> > > or mute the thread
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgOJuheQQPHBKf93JJ-BQJC0mmljGMq2ks5vaNgngaJpZM4YnrZ0>
.
|
We are doing it in a toy car of 1.2*3 volt battery which is rechargeable
one. Do u have any suggestion for this type of car to decrease its speed?
…On Mon, 25 Mar 2019, 7:42 pm Gooose1909, ***@***.***> wrote:
In my RC car i used L298N motor driver.
So for motor it needs 12v like that
For 12v it needed 8 batteries of 1.5v
i just used 6 instead of 8 works perfectly for one day and then u have to
recharge again.
This needed regular recharging of batteries then i used potentiometer which
made it easy for controlling RPM
On Mon 25 Mar, 2019, 19:37 Vishwasnayak, ***@***.***> wrote:
> Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how
did u
> reduce voltage any suggestion?
>
> On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***>
wrote:
>
> > Actually i made a RC car on my own so i had supplied less voltage to my
> > motor so as to make the car run slowly
> > Which worked for me. Try this method i am not sure though it may work
or
> > not
> >
> > On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***>
> wrote:
> >
> > > thank you sir for your response. Can you suggest any methods to
control
> > > speed of car. As it is not detecting turns and even stop sign.
> > >
> > > On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***>
> > wrote:
> > >
> > > > from numpy import load
> > > >
> > > > data = load('Numpyfilename.npz')
> > > > lst = data.files
> > > > for item in lst:
> > > > print(item)
> > > > print(data[item])
> > > >
> > > >
> > > >
> > > > Use this code to print
> > > >
> > > > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***
>
> > > wrote:
> > > >
> > > > > Thank you sir. How to read npz files. Our faculty members want to
> > view
> > > > the
> > > > > images captured in npz files. How to view that sir?
> > > > >
> > > > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, <
***@***.***>
> > > > wrote:
> > > > >
> > > > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved
> > only
> > > > when
> > > > > > key is pressed, so it's more like tapping keys to move the car.
> > Just
> > > > > drive
> > > > > > on the track multiple times, or you could switch off the car
and
> > > place
> > > > > the
> > > > > > car on the track where you think it should be, then press arrow
> > keys
> > > to
> > > > > > collect while manually moving the car.
> > > > > >
> > > > > > —
> > > > > > You are receiving this because you were mentioned.
> > > > > > Reply to this email directly, view it on GitHub
> > > > > > <
> > > > >
> > >
> #124 (comment)
> > > > >,
> > > > > > or mute the thread
> > > > > > <
> > > > >
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > > > > >
> > > > > > .
> > > > > >
> > > > >
> > > > > —
> > > > > You are receiving this because you are subscribed to this thread.
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> >
#124 (comment)
> > > >,
> > > > > or mute the thread
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> > > > >
> > > > > .
> > > > >
> > > >
> > > > —
> > > > You are receiving this because you were mentioned.
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> #124 (comment)
> > >,
> > > > or mute the thread
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
> > > >
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you commented.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
#124 (comment)
> >,
> > > or mute the thread
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AgOJuheQQPHBKf93JJ-BQJC0mmljGMq2ks5vaNgngaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr576qPGi4Ck66kZL2AJ1E7y3ycl1Iks5vaNlIgaJpZM4YnrZ0>
.
|
@Vishwasnayak Are you able to watch the images. Can you plz show me one image? How does it look? Because when I'm opening . Npz files I can't see the images. They are very small like a dot image. |
Images will be saved in different folder.
…On Wed 27 Mar, 2019, 21:09 ShwetaLalwani, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Are you able to watch the
images. Can you plz show me one image? How does it look? Because when I'm
opening . Npz files I can't see the images. They are very small like a dot
image.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgOJuisuTuMqQwYqCcbomcfaIpolWbshks5va5C5gaJpZM4YnrZ0>
.
|
Which folder? |
@Gooose1909 the code that you provided above to open . Npz file is showing output in vector format. So suppose for one image [36,36,37..... 115,115,136] is displayed . Is this correct? |
Yes correct
…On Wed 27 Mar, 2019, 21:59 ShwetaLalwani, ***@***.***> wrote:
@Gooose1909 <https://github.com/Gooose1909> the code that you provided
above to open . Npz file is showing output in vector format. So suppose for
one image [36,36,37..... 115,115,136] is displayed . Is this correct?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AgOJur8ilZ5Jyp3b7j0O-qj8xmCsW5zdks5va5xNgaJpZM4YnrZ0>
.
|
I mean are these values correct 36 37? |
Sir, if the car speed is so fast is there any other method for perfect
training to get desired output without changing car speed
…On Mon, 25 Mar 2019, 7:42 pm Gooose1909, ***@***.***> wrote:
In my RC car i used L298N motor driver.
So for motor it needs 12v like that
For 12v it needed 8 batteries of 1.5v
i just used 6 instead of 8 works perfectly for one day and then u have to
recharge again.
This needed regular recharging of batteries then i used potentiometer which
made it easy for controlling RPM
On Mon 25 Mar, 2019, 19:37 Vishwasnayak, ***@***.***> wrote:
> Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how
did u
> reduce voltage any suggestion?
>
> On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***>
wrote:
>
> > Actually i made a RC car on my own so i had supplied less voltage to my
> > motor so as to make the car run slowly
> > Which worked for me. Try this method i am not sure though it may work
or
> > not
> >
> > On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***>
> wrote:
> >
> > > thank you sir for your response. Can you suggest any methods to
control
> > > speed of car. As it is not detecting turns and even stop sign.
> > >
> > > On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***>
> > wrote:
> > >
> > > > from numpy import load
> > > >
> > > > data = load('Numpyfilename.npz')
> > > > lst = data.files
> > > > for item in lst:
> > > > print(item)
> > > > print(data[item])
> > > >
> > > >
> > > >
> > > > Use this code to print
> > > >
> > > > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, ***@***.***
>
> > > wrote:
> > > >
> > > > > Thank you sir. How to read npz files. Our faculty members want to
> > view
> > > > the
> > > > > images captured in npz files. How to view that sir?
> > > > >
> > > > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, <
***@***.***>
> > > > wrote:
> > > > >
> > > > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is saved
> > only
> > > > when
> > > > > > key is pressed, so it's more like tapping keys to move the car.
> > Just
> > > > > drive
> > > > > > on the track multiple times, or you could switch off the car
and
> > > place
> > > > > the
> > > > > > car on the track where you think it should be, then press arrow
> > keys
> > > to
> > > > > > collect while manually moving the car.
> > > > > >
> > > > > > —
> > > > > > You are receiving this because you were mentioned.
> > > > > > Reply to this email directly, view it on GitHub
> > > > > > <
> > > > >
> > >
> #124 (comment)
> > > > >,
> > > > > > or mute the thread
> > > > > > <
> > > > >
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > > > > >
> > > > > > .
> > > > > >
> > > > >
> > > > > —
> > > > > You are receiving this because you are subscribed to this thread.
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> >
#124 (comment)
> > > >,
> > > > > or mute the thread
> > > > > <
> > > >
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> > > > >
> > > > > .
> > > > >
> > > >
> > > > —
> > > > You are receiving this because you were mentioned.
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> #124 (comment)
> > >,
> > > > or mute the thread
> > > > <
> > >
> >
>
https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
> > > >
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you commented.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
#124 (comment)
> >,
> > > or mute the thread
> > > <
> >
>
https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
>,
> > or mute the thread
> > <
>
https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#124 (comment)>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AgOJuheQQPHBKf93JJ-BQJC0mmljGMq2ks5vaNgngaJpZM4YnrZ0
>
> .
>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr576qPGi4Ck66kZL2AJ1E7y3ycl1Iks5vaNlIgaJpZM4YnrZ0>
.
|
Sir, our pi camera lags while training . it also lags when right command is
displayed after testing. Can you provide any solution for this camera
lagging. It lags more while testing....thank you sir
On Sun, 31 Mar 2019, 10:17 pm Vishwas Nayak, <[email protected]>
wrote:
… Sir, if the car speed is so fast is there any other method for perfect
training to get desired output without changing car speed
On Mon, 25 Mar 2019, 7:42 pm Gooose1909, ***@***.***> wrote:
> In my RC car i used L298N motor driver.
> So for motor it needs 12v like that
> For 12v it needed 8 batteries of 1.5v
> i just used 6 instead of 8 works perfectly for one day and then u have to
> recharge again.
> This needed regular recharging of batteries then i used potentiometer
> which
> made it easy for controlling RPM
>
> On Mon 25 Mar, 2019, 19:37 Vishwasnayak, ***@***.***>
> wrote:
>
> > Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how
> did u
> > reduce voltage any suggestion?
> >
> > On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***>
> wrote:
> >
> > > Actually i made a RC car on my own so i had supplied less voltage to
> my
> > > motor so as to make the car run slowly
> > > Which worked for me. Try this method i am not sure though it may work
> or
> > > not
> > >
> > > On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***>
> > wrote:
> > >
> > > > thank you sir for your response. Can you suggest any methods to
> control
> > > > speed of car. As it is not detecting turns and even stop sign.
> > > >
> > > > On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***>
> > > wrote:
> > > >
> > > > > from numpy import load
> > > > >
> > > > > data = load('Numpyfilename.npz')
> > > > > lst = data.files
> > > > > for item in lst:
> > > > > print(item)
> > > > > print(data[item])
> > > > >
> > > > >
> > > > >
> > > > > Use this code to print
> > > > >
> > > > > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, <
> ***@***.***>
> > > > wrote:
> > > > >
> > > > > > Thank you sir. How to read npz files. Our faculty members want
> to
> > > view
> > > > > the
> > > > > > images captured in npz files. How to view that sir?
> > > > > >
> > > > > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, <
> ***@***.***>
> > > > > wrote:
> > > > > >
> > > > > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is
> saved
> > > only
> > > > > when
> > > > > > > key is pressed, so it's more like tapping keys to move the
> car.
> > > Just
> > > > > > drive
> > > > > > > on the track multiple times, or you could switch off the car
> and
> > > > place
> > > > > > the
> > > > > > > car on the track where you think it should be, then press
> arrow
> > > keys
> > > > to
> > > > > > > collect while manually moving the car.
> > > > > > >
> > > > > > > —
> > > > > > > You are receiving this because you were mentioned.
> > > > > > > Reply to this email directly, view it on GitHub
> > > > > > > <
> > > > > >
> > > >
> >
> #124 (comment)
> > > > > >,
> > > > > > > or mute the thread
> > > > > > > <
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
> > > > > > >
> > > > > > > .
> > > > > > >
> > > > > >
> > > > > > —
> > > > > > You are receiving this because you are subscribed to this
> thread.
> > > > > > Reply to this email directly, view it on GitHub
> > > > > > <
> > > > >
> > >
> #124 (comment)
> > > > >,
> > > > > > or mute the thread
> > > > > > <
> > > > >
> > > >
> > >
> >
> https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
> > > > > >
> > > > > > .
> > > > > >
> > > > >
> > > > > —
> > > > > You are receiving this because you were mentioned.
> > > > > Reply to this email directly, view it on GitHub
> > > > > <
> > > >
> >
> #124 (comment)
> > > >,
> > > > > or mute the thread
> > > > > <
> > > >
> > >
> >
> https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
> > > > >
> > > > > .
> > > > >
> > > >
> > > > —
> > > > You are receiving this because you commented.
> > > > Reply to this email directly, view it on GitHub
> > > > <
> > >
> #124 (comment)
> > >,
> > > > or mute the thread
> > > > <
> > >
> >
> https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
> > > >
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you were mentioned.
> > > Reply to this email directly, view it on GitHub
> > > <
> >
> #124 (comment)
> >,
> > > or mute the thread
> > > <
> >
> https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0
> > >
> > > .
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <
> #124 (comment)
> >,
> > or mute the thread
> > <
> https://github.com/notifications/unsubscribe-auth/AgOJuheQQPHBKf93JJ-BQJC0mmljGMq2ks5vaNgngaJpZM4YnrZ0
> >
> > .
> >
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#124 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/Aizr576qPGi4Ck66kZL2AJ1E7y3ycl1Iks5vaNlIgaJpZM4YnrZ0>
> .
>
|
sir could u please reply as soon as possible. Its very urgent
On Tue, 9 Apr 2019, 10:41 pm Vishwas Nayak, <[email protected]>
wrote:
… Sir, our pi camera lags while training . it also lags when right command
is displayed after testing. Can you provide any solution for this camera
lagging. It lags more while testing....thank you sir
On Sun, 31 Mar 2019, 10:17 pm Vishwas Nayak, ***@***.***>
wrote:
> Sir, if the car speed is so fast is there any other method for perfect
> training to get desired output without changing car speed
>
> On Mon, 25 Mar 2019, 7:42 pm Gooose1909, ***@***.***>
> wrote:
>
>> In my RC car i used L298N motor driver.
>> So for motor it needs 12v like that
>> For 12v it needed 8 batteries of 1.5v
>> i just used 6 instead of 8 works perfectly for one day and then u have to
>> recharge again.
>> This needed regular recharging of batteries then i used potentiometer
>> which
>> made it easy for controlling RPM
>>
>> On Mon 25 Mar, 2019, 19:37 Vishwasnayak, ***@***.***>
>> wrote:
>>
>> > Thank you sir. We are gibing supply of 3 v of 2 1.5 battery ..sir how
>> did u
>> > reduce voltage any suggestion?
>> >
>> > On Mon, 25 Mar 2019, 7:33 pm Gooose1909, ***@***.***>
>> wrote:
>> >
>> > > Actually i made a RC car on my own so i had supplied less voltage to
>> my
>> > > motor so as to make the car run slowly
>> > > Which worked for me. Try this method i am not sure though it may
>> work or
>> > > not
>> > >
>> > > On Mon 25 Mar, 2019, 19:30 Vishwasnayak, ***@***.***>
>> > wrote:
>> > >
>> > > > thank you sir for your response. Can you suggest any methods to
>> control
>> > > > speed of car. As it is not detecting turns and even stop sign.
>> > > >
>> > > > On Mon, 25 Mar 2019, 7:20 pm Gooose1909, ***@***.***
>> >
>> > > wrote:
>> > > >
>> > > > > from numpy import load
>> > > > >
>> > > > > data = load('Numpyfilename.npz')
>> > > > > lst = data.files
>> > > > > for item in lst:
>> > > > > print(item)
>> > > > > print(data[item])
>> > > > >
>> > > > >
>> > > > >
>> > > > > Use this code to print
>> > > > >
>> > > > > On Mon 25 Mar, 2019, 19:16 Vishwasnayak, <
>> ***@***.***>
>> > > > wrote:
>> > > > >
>> > > > > > Thank you sir. How to read npz files. Our faculty members want
>> to
>> > > view
>> > > > > the
>> > > > > > images captured in npz files. How to view that sir?
>> > > > > >
>> > > > > > On Mon, 25 Mar 2019, 7:13 pm hamuchiwa, <
>> ***@***.***>
>> > > > > wrote:
>> > > > > >
>> > > > > > > @Vishwasnayak <https://github.com/Vishwasnayak> Image is
>> saved
>> > > only
>> > > > > when
>> > > > > > > key is pressed, so it's more like tapping keys to move the
>> car.
>> > > Just
>> > > > > > drive
>> > > > > > > on the track multiple times, or you could switch off the car
>> and
>> > > > place
>> > > > > > the
>> > > > > > > car on the track where you think it should be, then press
>> arrow
>> > > keys
>> > > > to
>> > > > > > > collect while manually moving the car.
>> > > > > > >
>> > > > > > > —
>> > > > > > > You are receiving this because you were mentioned.
>> > > > > > > Reply to this email directly, view it on GitHub
>> > > > > > > <
>> > > > > >
>> > > >
>> >
>> #124 (comment)
>> > > > > >,
>> > > > > > > or mute the thread
>> > > > > > > <
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://github.com/notifications/unsubscribe-auth/Aizr5wU_B1OTRo7QTA-ErRCiQOewuwzDks5vaNKTgaJpZM4YnrZ0
>> > > > > > >
>> > > > > > > .
>> > > > > > >
>> > > > > >
>> > > > > > —
>> > > > > > You are receiving this because you are subscribed to this
>> thread.
>> > > > > > Reply to this email directly, view it on GitHub
>> > > > > > <
>> > > > >
>> > >
>> #124 (comment)
>> > > > >,
>> > > > > > or mute the thread
>> > > > > > <
>> > > > >
>> > > >
>> > >
>> >
>> https://github.com/notifications/unsubscribe-auth/AgOJukjPTwtwnRIJHm2cvP2n3jer9SHfks5vaNNCgaJpZM4YnrZ0
>> > > > > >
>> > > > > > .
>> > > > > >
>> > > > >
>> > > > > —
>> > > > > You are receiving this because you were mentioned.
>> > > > > Reply to this email directly, view it on GitHub
>> > > > > <
>> > > >
>> >
>> #124 (comment)
>> > > >,
>> > > > > or mute the thread
>> > > > > <
>> > > >
>> > >
>> >
>> https://github.com/notifications/unsubscribe-auth/Aizr51vfbNJBqBVl9nvHG1RFgyWiyobhks5vaNQNgaJpZM4YnrZ0
>> > > > >
>> > > > > .
>> > > > >
>> > > >
>> > > > —
>> > > > You are receiving this because you commented.
>> > > > Reply to this email directly, view it on GitHub
>> > > > <
>> > >
>> #124 (comment)
>> > >,
>> > > > or mute the thread
>> > > > <
>> > >
>> >
>> https://github.com/notifications/unsubscribe-auth/AgOJuuayzEYXdaQpBZUJbdIzUFJcrYVoks5vaNaRgaJpZM4YnrZ0
>> > > >
>> > > > .
>> > > >
>> > >
>> > > —
>> > > You are receiving this because you were mentioned.
>> > > Reply to this email directly, view it on GitHub
>> > > <
>> >
>> #124 (comment)
>> >,
>> > > or mute the thread
>> > > <
>> >
>> https://github.com/notifications/unsubscribe-auth/Aizr54Avd6UyoMFggN3Spe3u0dA5AVyqks5vaNdDgaJpZM4YnrZ0
>> > >
>> > > .
>> > >
>> >
>> > —
>> > You are receiving this because you commented.
>> > Reply to this email directly, view it on GitHub
>> > <
>> #124 (comment)
>> >,
>> > or mute the thread
>> > <
>> https://github.com/notifications/unsubscribe-auth/AgOJuheQQPHBKf93JJ-BQJC0mmljGMq2ks5vaNgngaJpZM4YnrZ0
>> >
>> > .
>> >
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#124 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/Aizr576qPGi4Ck66kZL2AJ1E7y3ycl1Iks5vaNlIgaJpZM4YnrZ0>
>> .
>>
>
|
@Vishwasnayak Your lag is too large to drive or it's something else...? It's common to have some delays, how many frames can you receive per second? |
We didn't change anything on frame speed its 15 fps. Whenever car takes
left while testing pi camera hangs ...it also does not detect lane? Can you
please tell solution as quick as possible. Thank you sir
…On Wed, 10 Apr 2019, 11:14 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> Your lag is too large to
drive or it's something else...? It's common to have some delays, how many
frames can you receive per second?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr5zElgY4gdfOLqpLytKR2xGr763omks5vfiLmgaJpZM4YnrZ0>
.
|
Its too urgent. We have to submit it by saturday
On Fri, 12 Apr 2019, 11:09 am Vishwas Nayak, <[email protected]>
wrote:
… Please reply sir .......
On Thu, 11 Apr 2019, 6:17 am Vishwas Nayak, ***@***.***>
wrote:
> We didn't change anything on frame speed its 15 fps. Whenever car takes
> left while testing pi camera hangs ...it also does not detect lane? Can you
> please tell solution as quick as possible. Thank you sir
>
> On Wed, 10 Apr 2019, 11:14 pm hamuchiwa, ***@***.***>
> wrote:
>
>> @Vishwasnayak <https://github.com/Vishwasnayak> Your lag is too large
>> to drive or it's something else...? It's common to have some delays, how
>> many frames can you receive per second?
>>
>> —
>> You are receiving this because you were mentioned.
>> Reply to this email directly, view it on GitHub
>> <#124 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/Aizr5zElgY4gdfOLqpLytKR2xGr763omks5vfiLmgaJpZM4YnrZ0>
>> .
>>
>
|
@Vishwasnayak I honestly do not have an answer for that, you are using a newer model of raspberry pi and a more powerful computer, maybe something wrong with your internet? |
We used raspberry pi model b+ . it detect stop sign and obstacle....but it
fails to detect lane....car will go straight even if the road ends and does
not take turn? Can u please send xml file of yours?
…On Fri, 12 Apr 2019, 9:43 pm hamuchiwa, ***@***.***> wrote:
@Vishwasnayak <https://github.com/Vishwasnayak> I honestly do not have an
answer for that, you are using a newer model of raspberry pi and a more
powerful computer, maybe something wrong with your internet?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aizr54cLmPCXVEBX39V474Oo_u_6q7w7ks5vgLCogaJpZM4YnrZ0>
.
|
Hi, I'd like to try it myself with the same hardwares as you've used. I can't seem to find see anywhere what hardwares are used.
I'm assuming raspberry pi with latest upgraded version would be better option, but would it work with pi 0 w?
Also what other components do I need to get started.
The text was updated successfully, but these errors were encountered: