roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.89k stars 759 forks source link

YoloX #106

Closed SalKly closed 1 year ago

SalKly commented 1 year ago

Search before asking

Notebook name

how-to-track-and-count-vehicles-with-yolov8.ipynb https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/how-to-track-and-count-vehicles-with-yolov8.ipynb#scrollTo=8KdBkOflo2xY&uniqifier=1

Bug

In the installation of ByteTrack Step it shows the following error : Colab "

Environment

-Google colab

Minimal Reproducible Example

%cd {HOME}/ByteTrack import yolox

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

๐Ÿ‘‹ Hello @SalKly, thank you for leaving an issue on Roboflow Notebooks.

๐Ÿž Bug reports

If you are filing a bug report, please be as detailed as possible. This will help us more easily diagnose and resolve the problem you are facing. To learn more about contributing, check out our Contributing Guidelines.

If you require support with custom code that is not part of Roboflow Notebooks, please reach out on the Roboflow Forum or on the GitHub Discussions page associated with this repository.

๐Ÿ’ฌ Get in touch

Do you have more questions about Roboflow that we haven't responded to yet? Feel free to ask them on the Roboflow Discuss forum. Our developer advocates and community team actively respond to questions there.

To ask questions about Notebooks, head over to the GitHub Discussions section of this repository.

mo-traor3-ai commented 1 year ago

Hi @SalKly - as a note, this tutorial is specifically for YOLOv8, which is not the same model as YOLOX.

There is a YOLOv8x model, if that is what you were looking for? It is just the larger size YOLOv8 model. IMG_8373

To try this with YOLOX, first ensure youโ€™ve installed YOLOX to the environment, with the necessary dependencies. I havenโ€™t tested this notebook with YOLOX, since it is a YOLOv8 notebook, so Iโ€™m not sure how well it will work with ByteTrack. You may need to make some customizations.

Jkfyr commented 1 year ago

Yes, but ByteTrack uses Yolox si it is a problem with the instalation of Bytetrack

AT9991 commented 1 year ago

I am having the same issue, this appears when installing bytetrack

SkalskiP commented 1 year ago

Hi, @SalKly, @Jkfyr and @AT9991 ๐Ÿ‘‹๐Ÿป! I spent some time yesterday and fixed the how-to-track-and-count-vehicles-with-yolov8.ipynb notebook again. I'm closing the issue. However, feel free to reopen it if you face any more issues.

vhuard commented 1 year ago

i have the same issue today as well how did you fix it?

vhuard commented 1 year ago

with error code

ModuleNotFoundError Traceback (most recent call last) in <cell line: 23>() 21 22 ---> 23 import yolox 24 print("yolox.version:", yolox.version)

2 frames /content/ByteTrack/yolox/utils/model_utils.py in 5 import torch 6 import torch.nn as nn ----> 7 from thop import profile 8 9 from copy import deepcopy

ModuleNotFoundError: No module named 'thop'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

SkalskiP commented 1 year ago

Hi @vhuard ๐Ÿ‘‹๐Ÿป ! I just released a new version of the notebook, that should fix that problem. Let me know if you will still experience any issues.

vhuard commented 11 months ago

Hello Piotr I just commit an issue on roboflow. I was generating a version of dataset and the app launch the demo.roboflow.com saying it cannot load the model and I am stuck not even possible to reopen properly the dataset to export the data. Can you help me?

Vincent

Le lun. 19 juin 2023 ร  06:17, Piotr Skalski @.***> a รฉcrit :

Hi @vhuard https://github.com/vhuard ๐Ÿ‘‹๐Ÿป ! I just released a new version of the notebook, that should fix that problem. Let me know if you will still experience any issues.

โ€” Reply to this email directly, view it on GitHub https://github.com/roboflow/notebooks/issues/106#issuecomment-1596470638, or unsubscribe https://github.com/notifications/unsubscribe-auth/A65IM5TEHPQKCUL7PHZEIQTXL7HFBANCNFSM6AAAAAAXQS7MB4 . You are receiving this because you were mentioned.Message ID: @.***>