Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YoloX #106

Closed
1 of 2 tasks
SalKly opened this issue Apr 30, 2023 · 9 comments
Closed
1 of 2 tasks

YoloX #106

SalKly opened this issue Apr 30, 2023 · 9 comments
Assignees
Labels
bug Something isn't working

Comments

@SalKly
Copy link

SalKly commented Apr 30, 2023

Search before asking

  • I have searched the Roboflow Notebooks issues and found no similar bug report.

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?

  • Yes I'd like to help by submitting a PR!
@SalKly SalKly added the bug Something isn't working label Apr 30, 2023
@github-actions
Copy link

👋 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
Copy link
Contributor

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
Copy link

Jkfyr commented May 1, 2023

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

@AT9991
Copy link

AT9991 commented May 4, 2023

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

@SkalskiP
Copy link
Collaborator

SkalskiP commented May 5, 2023

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.

@SkalskiP SkalskiP closed this as completed May 5, 2023
@vhuard
Copy link

vhuard commented Jun 18, 2023

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

@vhuard
Copy link

vhuard commented Jun 18, 2023

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 SkalskiP mentioned this issue Jun 19, 2023
2 tasks
SkalskiP added a commit that referenced this issue Jun 19, 2023
@SkalskiP
Copy link
Collaborator

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
Copy link

vhuard commented Sep 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants