autonomous-rc-car icon indicating copy to clipboard operation
autonomous-rc-car copied to clipboard

Autonomous RC car using Raspberry Pi and ANN

Results 12 autonomous-rc-car issues
Sort by recently updated
recently updated
newest added

I think it should crop the image in `train.py` to work correctly out-of-the-box for developer who use this project.

Did any one implement stop sign and traffic signal by using this code? Let me know please!

I am getting this error while running " python train.py 0.1 100 " , even I tried with 60 instead of 100 . same error is repeating. autonomous-rc-car-master/sigmoid.py:9: RuntimeWarning: overflow...

Traceback (most recent call last): File "/home/pi/interactive_control_train.py", line 6, in import configuration File "/usr/lib/python3/dist-packages/thonny/backend.py", line 305, in _custom_import module = self._original_import(*args, **kw) ImportError: No module named 'configuration'

I am facing UnicodeDecodeError: 'ascii' codec can't decode byte 0x89 in position 9: ordinal not in range(128) error, I have placed the traned module from this same repo in optimized...

We are getting the following error while executing autonomous.py in RPi 3 Model B v1.2 Traceback (most recent call last): File "autonomous.py", line 92, in main() File "autonomous.py", line 89,...

Can I have any predefined data sets available Mr.vignesh?

hello sir I'm getting runtime error return 1.0/(1.0 + power(e, -x_value))) overflow with power. I have changed different lamda values but of no use and also i have decreased the...

with images without using picamera

while running the autonomous.py script it gives an error " UnicodeDecodeError: 'ascii' codec cant decode byte 0x89 in position 9: ordinal not in range(128)? Thanks in advance.