when you "train" some artificial intelligence method, what do you end up with when its done with a good set of data?
+ Reply to Thread
Results 1 to 9 of 9
-
-
From what I understand (not much): Assuming you are refering to training a neural network (https://towardsdatascience.com/how-do-we-train-neural-networks-edd985562b73) like real-esrgan (https://github.com/xinntao/Real-ESRGAN/blob/master/Training.md) you end up with a model. Whether that generated is useful or not can only be evaluated by applying it to acctual content.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
i'm curious what kind of file(s) make up the model. is it programming code in some language? LISP maybe? a bunch of numbers? binary?
-
You can download ESRGAN models over at https://upscale.wiki/wiki/Model_Database the models usually contains training data for the network.
So it's usually a bunch of headers and lots of binary data containing images (for example in https://data.vision.ee.ethz.ch/cvl/DIV2K/ format which is often used for video/image based neural networks).
You might acctually want to read a bit, https://github.com/krasserm/super-resolution/blob/master/README.md#getting-started has some good links to follow.users currently on my ignore list: deadrats, Stears555, marcorocchini -
suppose you wanted to create a model/method/whatever to be able to look at a picture and determine the number of people in it. you have a million example images with the correct number for each, 0 to 10. what steps would be involved to be able to start training? what else would you need to do to have a program you can run that takes an image in a file and print the probably correct number? if you want to "install" this on another computer, how much would need to be copied to the other computer? would it need those million example images?
-
Since it does not seem that you actually know how machine learning and neural network work you might want to first understand the basics.
About your counting people example: https://www.rapyd.ai/use-case/counting-people-in-images
That's it from me, may be someone else has any motivation to explain all this in details.
Cu Selur
´users currently on my ignore list: deadrats, Stears555, marcorocchini -
no, i do not know anything about AI. i don't really care to learn it. what i do want to know about it is the broad picture of what people are doing with it. i have looked at some things that seem to try to teach it, but i just end up with more questions. my background is more along the lines of physics, electronics, computers, system programming, and such.
-
at this point i'm curious how the goal (count people, not animals) gets learned, and what is the final form. are we talking about programmed logic? does coding (such as how to get pixels out of image files) need to be involved? what is the range of what deep learning can do? can this learn to decode the bits that make up a Linux kernel on an ARM platform?
-
what if someone wanted to have AI trained to count people, and not be fooled by a bunch of cats in the picture, and didn't have a bunch of pictures to train on or only had pictures without cats?
Similar Threads
-
Some feedbacks on transcoding tools and results
By gringito38 in forum Video ConversionReplies: 16Last Post: 17th Jan 2022, 19:42 -
How to use MediaInfo results in Handbrake?
By viewer-x in forum Video ConversionReplies: 7Last Post: 19th Jan 2020, 10:19 -
How to upscale 1080p to 1440p with best results
By DunnoNo in forum Video ConversionReplies: 22Last Post: 19th Jan 2019, 08:42 -
How to achieve best results decompressing dv files before restoring
By FLP437 in forum RestorationReplies: 39Last Post: 16th Feb 2017, 16:35 -
FFMPEG and bad quality results?
By Unknown01 in forum Newbie / General discussionsReplies: 4Last Post: 25th Jan 2017, 06:35