zh/integrations/tfjs/ #17759
Replies: 2 comments 3 replies
-
Hello author, I am a newbie. I trained a yolov11n OBB detection model and then converted it to tfjs format. I found that the pt model inference result is an object, so how to parse the result in tfjs? |
Beta Was this translation helpful? Give feedback.
-
👋 Hello, thank you for your interest in Ultralytics 🚀! It looks like you are exploring the exciting possibility of converting Ultralytics YOLO models to TensorFlow.js. For detailed guidance, you might want to check out our integration documentation. If this is a 🐛 Bug Report regarding the conversion process or similar issues, please provide a minimum reproducible example to help us better understand and resolve your issue. In case you have any specific questions or face challenges related to custom training ❓, please share additional details, such as code snippets or logs. Don't forget to follow our Tips for Best Training Results to optimize your model training. Join our vibrant Ultralytics community for discussions and help:
UpgradeIt's always a good idea to ensure you're using the latest version of pip install -U ultralytics EnvironmentsYou can run YOLO models in any of these verified environments with all dependencies, including CUDA/CUDNN, Python, and PyTorch, preinstalled:
StatusOur CI tests, shown by the badge above, ensure all YOLO Modes and Tasks function correctly across platforms like macOS, Windows, and Ubuntu. These tests run every 24 hours and on each commit to guarantee reliability. You will receive support from an Ultralytics engineer soon. 😊 |
Beta Was this translation helpful? Give feedback.
-
zh/integrations/tfjs/
将您的Ultralytics YOLO11 模型转换为TensorFlow.js,以进行高速本地对象检测。了解如何为浏览器和 Node.js 应用程序优化 ML 模型。
https://docs.ultralytics.com/zh/integrations/tfjs/
Beta Was this translation helpful? Give feedback.
All reactions