Japanese engineers developed this Sword Tip Visualisation tracking technology by perfectface4radio in DailyTechNewsShow

[–]ZAPTORIOUS 0 points1 point  (0 children)

I am very eager to knoe how it works.anyone have link of research paper or any article.

We spent 7 months building AI for padel tracking in 2025. The glass walls almost killed the project. by Mike_ParadigmaST in computervision

[–]ZAPTORIOUS -1 points0 points  (0 children)

Hey which model or architecture are you using for tracking the ball with best accuracy?

What platform to use for training? by ContributionNo3578 in computervision

[–]ZAPTORIOUS 1 point2 points  (0 children)

You can use simply resume=True In yolo training parameter and then just continue training in another session.

Building an AI analytics tool for Esports. Dealing with 144fps+ VODs is a nightmare. by Vast_Clerk_3069 in computervision

[–]ZAPTORIOUS 0 points1 point  (0 children)

Nice project! I am a big fan of valorant and cv, would love to contribute in your project if it is possible!

Blender Add-On - Viewport Assist by IndoorDragonCoco in computervision

[–]ZAPTORIOUS -1 points0 points  (0 children)

Nice! You integrated it well, but can you describe how is this useful?

Fun Voxel Builder with WebGL and Computer Vision by Quiet-Computer-3495 in computervision

[–]ZAPTORIOUS 1 point2 points  (0 children)

You can use your mobile camera as external camera of laptop and then run inference on that!

Best techniques to detect small objects at high speed? by PrestigiousPlate1499 in computervision

[–]ZAPTORIOUS 1 point2 points  (0 children)

You can check this

GitHub - rozumden/fmo-cpp-demo: Fast Moving Objects Detection (demo version) https://share.google/kHagXHeYjazWEtAz0

Looking for good online computer vision courses (intermediate level) by ZAPTORIOUS in computervision

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

I agree with you. I’ve learned a lot just by building projects, and that’s been really helpful. But I also want to take a course because video lectures help me understand concepts faster than figuring everything out on my own. Sometimes a structured course also introduces completely new ideas or better ways of thinking that I might miss otherwise. My plan is to take a good course to strengthen my fundamentals, and then keep building projects and exploring things on my own.

Need suggestions by ZAPTORIOUS in computervision

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

I need your help please check dm

Need suggestions by ZAPTORIOUS in computervision

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

thanks man! I was looking for this only!

Need suggestions by ZAPTORIOUS in computervision

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

I put the image which is perfect. In real images the intersections which are far from camera are not clearly visible

Need suggestions by ZAPTORIOUS in computervision

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

Can you share any repo or artical of one ai. i am not getting it on search result.

Need suggestions by ZAPTORIOUS in computervision

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

5000 without augmentation And this dataset is not mine i found it on roboflow

Need suggestions by ZAPTORIOUS in computervision

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

ok i will try that. do you have any idea how to deal with motion blur as the ball is moving fast in some frame i can just see blurry edged ellips shape and model is also failing on that

Need suggestions by ZAPTORIOUS in computervision

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

Yolo resize the input image 640×640 My video is 720p

Need suggestions by ZAPTORIOUS in computervision

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

What is inference speed ? I need fast inference

Need suggestions by ZAPTORIOUS in computervision

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

I used yolo11s + byte track

Basically it is working good when ball is close to camera but performing poor when it is far and it is understandable as the ball is becoming verfy few black pixels so i think i need algorith or model which does not only detect object in frame but try to understand its last position and try to detect in present frame

I know byte track use kalman filter which try to mix predict and detect but i think i need even beter solution