Anybody worthy of the aimbot should be able to make it himself with the knowledge from your tutorials.
@ArneVelle7 жыл бұрын
Thank you for sharing your tutorials on TensorFlow, you really make it easy to understand! It really gets me motivated to start learning Python as a language (C# Dev here) and try out TensorFlow to solve tasks I thought were impossible earlier. Would be fun to use TF to use as a cheap way (camera) to navigate a robot mower or something similar.
@AetherPowered7 жыл бұрын
You could use C# instead of Python also. github.com/migueldeicaza/TensorFlowSharp
@AetherPowered7 жыл бұрын
@Arne Velle or this www.emgu.com
@viesturssilins8586 жыл бұрын
Google uses 2 space indentation in python?! What happened with the "Don't be evil"!?
@hheg27277 жыл бұрын
Very cool Video. I have a very basic question though. Why did you use in the for loop expressions like boxes[0][i][1] or boxes [0][i][3]? Could you also use b[1] and b[3]?
@hellraiser6666667 жыл бұрын
keep up the good work! i am alwyas amazed what the next step will be!
@IsalaPiyarisi7 жыл бұрын
2:43 Yep, This is the next weekend Project for me Thanks for Heads Up sentdex
@sentdex7 жыл бұрын
Goodluck!
@IsalaPiyarisi7 жыл бұрын
I will tell you my results next week :D
@AbdullaJaberAL-Khafaji3 жыл бұрын
@@IsalaPiyarisi Was it a successful journey?
@hermest997 жыл бұрын
59% certain that you are a horse. Are there even horses in GTA?
@jhanakparajuli7 жыл бұрын
do you have any tutorial on anki overdrive? How do you connect cars using python?
@RaviPatel-vo4hn5 жыл бұрын
7:19 sure, but we also don't want bot that tries not to steal police car...😅😅
@salabur7 жыл бұрын
Thanks for sharing. Cant understand why you dont use a 'proper' IDE like Wing IDE. The indentation problems annoy me as a spectator and should not feel any better from your perspective I assume
@sentdex7 жыл бұрын
I like a simple editor, and I very rarely modify code from a Google repository, so the tab thing is pretty rare for me to deal with. I am also not 100% certain that all of the "proper" editors will remedy people working with 2 different standards.
@deepanshudutta44433 жыл бұрын
Sir can you make a tutorial about this topic but not for the game only for real life using opencv.I mean realtime.Accident detection.
@taneeshasuwandarachchi33483 жыл бұрын
can you make a tutorial about this topic but not for the game only for real life using opencv.I mean realtime.
@ameykale6037 жыл бұрын
Can you please make a video on traffic sign detection ??
@sentdex7 жыл бұрын
Already done: pythonprogramming.net/introduction-use-tensorflow-object-detection-api-tutorial/ Create a custom object detector that is whatever signs you want. Tutorial shows how to do it.
@ameykale6037 жыл бұрын
sentdex Thanx
@thachdsi12206 жыл бұрын
Does anyone know how to play GTA free (online or offline) to follow tutorials in this series.
@czikos90987 жыл бұрын
we want undetectable aimbot
@AetherPowered7 жыл бұрын
He gave you everything to do it ^^
@00011theman7 жыл бұрын
No we don't
@sentdex7 жыл бұрын
All the knowledge necessary is available on my channel, just not gonna walk people through it step-by-step :P
@vijayabhaskar-j7 жыл бұрын
I think so its simple, what the user needs to do is just take your code to detect cars,edit it to find persons,move the mouse to the center of the bounding box,FIRE!
@trollamos7 жыл бұрын
It would be easier to use collections.OrderedDict
@sentdex7 жыл бұрын
Would it? An ordered dict is ordered by entry. To my knowledge, there isn't some easy-breezy sort method or function that would sort by key. Feel free to enlighten, however.