great tutorial , i also want to count the numbers of objects detected in the image how can i do this ?
@akhilamatathammal369219 күн бұрын
You just made my life easy. 🤩🤩🤩🤩🤩
@Replcate Жыл бұрын
Pls make a tutorial on object detection with Java and other parts of deployment, i really need it to know
@richlejesta3359 Жыл бұрын
Is there uploaded video of the java language?
@alanood9500 Жыл бұрын
I have a question about YAMNet TensorFlow lite model (Android app). I want to use it with an audio clip as input, Not a live recording. Can you help in that? Thank you for your help
@farhannurhakim4312 Жыл бұрын
is there java version?
@lekhwar Жыл бұрын
Great
@puranjitsingh1782 Жыл бұрын
can you make a video on how to create an android app that could run to perform custom object detection
@puranjitsingh1782 Жыл бұрын
Sorry for a stupid question, I resolved this issue. Can you let me know how can I print the number of detections for all the classes as an output as well
@tanhooiting8562 Жыл бұрын
Hi, may I know how you integrate the custom object detection model into your android app?
@jitendersisl Жыл бұрын
can we detect 7 segment digits values?
@music_vibes__23 Жыл бұрын
We created a asset file and after we have to paste label.txt in assets file....but while clicking on assets file we don't get anything to upload labels.txt file.... please anyone say solution for it
@MrtaiDiary Жыл бұрын
thank you for your video. could you upload how using custom data model in this app ?
@MrtaiDiary Жыл бұрын
such as trained model yolov5 or yolov8 like...
@aliaykutarik4922 Жыл бұрын
Did you solve the problem? I want to add my pretrained model to app but I got errors
@denishthapa34738 ай бұрын
Text to speech help in sound output
@tharunkumar89687 ай бұрын
bro i'm in final year student i had also fasing issues pls reply me and help to audio output
@NugrohoBudianggoro3 ай бұрын
bookmarking 3:13
@UtkarshSingh-mp2nh Жыл бұрын
Please provide the source code
@aftabtamboli93809 ай бұрын
Java
@yourpersonalmicrocontrolle5684 Жыл бұрын
i got error from this code, help me solve this please score.forEachIndexed { index, fl -> x = index x *= 4 paint.setColor(colors.get(index)) if(fl > 0.5.toChar()){ paint.style = Paint.Style.STROKE canvas.drawRect(RectF(location.get(x+1)*w, location.get(x)*h,location.get(x+3)*w, location.get(x+2)*h), paint) } paint.style = Paint.Style.FILL canvas.drawText(labels.get(category.get(index).toInt())+" "+fl.toString(), location.get(x+1)*w, location.get(x+1)*h, paint) }
@programming_hut Жыл бұрын
Share the error too
@yourpersonalmicrocontrolle5684 Жыл бұрын
@@programming_hut Unresolved reference. None of the following candidates is applicable because of receiver type mismatch: public operator fun MatchGroupCollection.get(name: String): MatchGroup? defined in kotlin.text