-
Notifications
You must be signed in to change notification settings - Fork 28
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
No matter how many times i try the code exits after running command "model = load_model(location)" in drive.py #3
Comments
I am guessing the model file is corrupted, after cloning repo the model file is only about 3698 kb |
Hi! Thanks for your inquiry. The model file is fine, just the procedure of making the program work is a bit complicated. Until now didn't have much time to write a good guideline. The most important you need to know before you start is that the program works only with Korean version of GTA V due to fonts. Unfortunately, in English version fonts are not monospaced and it made difficult to read important information from the screen. Then, you also need to consider next:
Let me know if you still have problems. |
Thanks for the help sir
Get Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Rustam <[email protected]>
Sent: Friday, February 22, 2019 3:18:03 PM
To: hadipash/AI_GTA5
Cc: hemanth sattenapalli; Author
Subject: Re: [hadipash/AI_GTA5] No matter how many times i try the code exits after running command "model = load_model(location)" in drive.py (#3)
Hi! Thanks for your inquiry.
The model file is fine, just the procedure of making the program work is a bit complicated. Until now didn't have much time to write a good guideline.
The most important you need to know before you start is that the program works only with korean version of GTA V due to fonts. Unfortunately, in English version fonts are not monospaced and it made difficult to read important information from the screen.
Then, you also need to consider next:
1. The code was tested in PyCharm and might not work with python idle (you can download PyCharm for free using student subscription https://www.jetbrains.com/student/)
2. The code was tested using python 3.6. You might want to switch to that version.
3. The code 100% does not work with anaconda (in fact, tensorflow officially has no support in anaconda).
Let me know if you still have problems.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#3 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AXKcpvNc4NSi8zyxOGKDqvVxfzzI8hJOks5vP7zTgaJpZM4bIFZj>.
|
so far i can see only lanes, but i dont see any boxes surrounding people, traffic lights etc |
Now, to run the model need to adjust some parameters. Because tuning depends on several conditions including your hardware (GTA V outlook differs from version to version and hardware), it is better to do it through pm. Could you message me through linkedin? |
Hello, thanks for the great repo! |
try setting marker on map and then press T on keyboard. and please make sure that you are in first person move (Hood camera). and paint both primary and secondary colors to matte black. enable speed info (KMPH only) from sample trainer. this worked for me and thanks hadipash for guiding me. |
@hemanth2410 can you plz clarify those 2? :P
|
step 1-> install openIV and select GTA 5 location in it. you should get output something like this. step 19 -> make sure that you set values like 576-568 = 8 px and 700-681 = 19 px. optional steps if Gpu is <= 4GB step 25 -> if you have ssd try running code on ssd. |
@hadipash any plans in upgrading this code, sir? |
@hemanth2410 As much as I would love to improve this project, I simply don't have time for this. So, no plans on any upgrades. |
The text was updated successfully, but these errors were encountered: