ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
48.78k stars 15.93k forks source link

Is it feasible to run the detection.py on nvidia jeton tx2 with Pytorch 1.4.0 and python 3.6 ? #98

Closed HenryWang628 closed 3 years ago

HenryWang628 commented 4 years ago

I have ran the detection.py on a remote server with Pytorch 1.4.0 (lower than the requirement) and python 3.7 without error. I wonder if it is feasible to finish the inference with an environment of Pytorch 1.4.0 and python 3.6 on jetson tx2. Thanks!

github-actions[bot] commented 4 years ago

Hello @Huayratata, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook Open In Colab, Docker Image, and Google Cloud Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

glenn-jocher commented 4 years ago

@HenryWang628 I have no idea.

If you want to know if its possible why don't you try it?

HenryWang628 commented 4 years ago

I 'm working on it

@HenryWang628 I have no idea.

If you want to know if its possible why don't you try it?

OK, I'm woking on it, Thanks!

github-actions[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

luosiwu commented 3 years ago

I've tried it, it doesn't work on TX2, how's the building master

luosiwu commented 3 years ago

I have ran the detection.py on a remote server with Pytorch 1.4.0 (lower than the requirement) and python 3.7 without error. I wonder if it is feasible to finish the inference with an environment of Pytorch 1.4.0 and python 3.6 on jetson tx2. Thanks!

Hi, how's it going