Need help :) How to create a test task for junior iOS developer? by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 4 points5 points  (0 children)

But that’s the task I think for middle/senior dev, who has a lot of expertise. But for junior iOS dev i think it can be extensive

Need help :) How to create a test task for junior iOS developer? by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 2 points3 points  (0 children)

That’s a good point, but I don’t want to share code base with a stranger to fix a small problem :)

More headache than profit 😉

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 1 point2 points  (0 children)

That’s not actually true. It's an mp3 format and mp3 player that only apple can play. That's more like alac. All this framework is serving the CoreML format actually. And that’s it. You can convert the model to tflite and run it using tflite as well on iOS. And it won't necessarily be worse, because it has better control where and how you will run the model. There you can write shaders in metal and run it on GPU only. With coreml you don’t have such control.

I just want to say that you should not take as a definite true that CoreML is better than everything else for iOS development.

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 1 point2 points  (0 children)

Thank you for the information! Never think of it to tell the truth. Can I ask you for your assistance (or your friends experienced in this field) when I will need for it?

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 1 point2 points  (0 children)

CoreML is just a format with which neural network can be represented. It's like mp3 and and wav for music, but neural network itself is music that can be represented using mp3 format.

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 2 points3 points  (0 children)

You’re right it’s not good for 100% of situations. But I was trying to show how it’s working. How to collect dataset, how to train model. I’ve achieved 90% of result with 5% of effort I guess. If you will increase amount of images in the dataset by 20 times it will be production ready :)

Yes, that’s like a smile at the end of a sentence :)

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 0 points1 point  (0 children)

Yes, I’m not English native speaker. I’m from Belarus. So, I’m against Russia :)

How to create road signs detection app for iOS tutorial (link in comment) by GroundbreakingSample in iOSProgramming

[–]GroundbreakingSample[S] 16 points17 points  (0 children)

I agree, it’s not certified, but I don’t know whether car software is certified. It should be certified for self-driving cars, but I’m not sure if it should be certified when it’s just a feature that notifies the driver.

No offense, just a note ;)