#Yolo not working
1387 messages · Page 2 of 2 (latest)
fr
make sure there is tons of players
in the video too
that are visible or sort of visible this can be used for any game as long as you have the pt model
what is hits
wat that
labeling the images
for you
btw this would be a good video for it
Playing New Roblox game and its amazing. Now you got to come join me!!!!!!!!!!!!!!!!
Join this channel to get access to perks:
https://www.youtube.com/channel/UCLBA...
My Private server: https://www.roblox.com/games/13253735...
CCbanners Community Discord: https://discord.gg/mACrntKVZJ
Roblox: Trident Survival
#roblox #Fallenv5 #robloxgames
go into folder
and see if it got any detections
it shouldf of created a dataset
train
ye
it will split it afterwards
into val
so don't worry
can i delete it?
no
the black frames
ookk
any of them or false detections
@violet timber
Still alive for now
he's having an issue
a big one
@dense hull
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Scripts\yolo.exe\__main__.py", line 7, in <module>
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\cfg\__init__.py", line 448, in entrypoint
getattr(model, mode)(**overrides) # default args from model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\model.py", line 333, in train
self.trainer = (trainer or self._smart_load('trainer'))(overrides=args, _callbacks=self.callbacks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py", line 120, in __init__
raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e
RuntimeError: Dataset 'data.yaml' error 'data.yaml' does not exist```
we tried to fix that
like 2h?
and still not fixed
Can you check the path of the file data.yaml?
uh
You in vc?
yes
Okay I've got only half an hour before going to work so let's get it fixed by then
anyone know why it says: Error: No such command 'task=detect'
when i run: yolo task=detect mode=train imgsz=640 data=data.yaml epochs=100 batch=16 name=Fortnite
Eish, that's tough
i think my error is hard to solve
i think im just gonna make script for electriion like esp
any luck?

i've tried i've told him ill help you later now ill go to work💀
If you want to wait I might try the anaconda method with you
think i've tried the anaconda vers with him
To create a separate environment and install yolo on it to use it for the training command
If even this won't work I think he has problem with the data in the pc itself, so rebooting his pc could make it work, doesn't matter it's win 10 or win 11
so like
windows reset?
factory
reset
@keen wagon
will factory reset fix the issue?
it should right?
If you have nothing to lose yea do it it might freshen up your pc a bit
fix it then
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py", line 116, in __init__
self.data = check_det_dataset(self.args.data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\data\utils.py", line 253, in check_det_dataset
file = check_file(dataset)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\utils\checks.py", line 460, in check_file
raise FileNotFoundError(f"'{file}' does not exist")
FileNotFoundError: 'CustomCharacterPath' does not exist
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Scripts\yolo.exe\__main__.py", line 7, in <module>
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\cfg\__init__.py", line 448, in entrypoint
getattr(model, mode)(**overrides) # default args from model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\model.py", line 333, in train
self.trainer = (trainer or self._smart_load('trainer'))(overrides=args, _callbacks=self.callbacks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py", line 120, in __init__
raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e
RuntimeError: Dataset 'CustomCharacterPath' error 'CustomCharacterPath' does not exist```
i have this error
and the customcharacterpath Exist
bro how the fuck did u get the data.yaml file
u make it by urself
cap af
Ai
???
7k images for fallen
is that enough?
@crimson epoch
what bro?
when im using this code
yolo task=detect mode=train imgsz=640 data=CustomCharacterPath epochs=1000 batch=16 name=Fallenv5
it gives me that error
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py", line 116, in __init__
self.data = check_det_dataset(self.args.data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\data\utils.py", line 253, in check_det_dataset
file = check_file(dataset)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\utils\checks.py", line 460, in check_file
raise FileNotFoundError(f"'{file}' does not exist")
FileNotFoundError: 'CustomCharacterPath' does not exist
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Scripts\yolo.exe\__main__.py", line 7, in <module>
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\cfg\__init__.py", line 448, in entrypoint
getattr(model, mode)(**overrides) # default args from model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\model.py", line 333, in train
self.trainer = (trainer or self._smart_load('trainer'))(overrides=args, _callbacks=self.callbacks)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\filip\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py", line 120, in __init__
raise RuntimeError(emojis(f"Dataset '{clean_url(self.args.data)}' error ❌ {e}")) from e
RuntimeError: Dataset 'CustomCharacterPath' error 'CustomCharacterPath' does not exist```
paths?
Okay so open CustomCharaterpatch.yaml as a txt
Ye
i have same error, how to fix it
@dense hull
lol
i think its issue with yaml file
stupid shit
I was able to fix Axin yaml issue but he came up with another issue after 😆
We got further, Axin is like 90% hes stuck at last 10% 😆
Training and conversion thats it
god damn
this issue is annoying
and idk how to fix it
too confusing
If u want I can send it 2 u?
can u send it
how
?
In ur folder U should have this(Reference in the reply), Go into images, then for the train and val folders go into each separately and copy their paths, then just add their paths respectively to the data.yaml.
Make sense?
errr
so i have this problem
i think "pip install yolo" works
it works but theres another error linked to it
ImportError: cannot import name 'Callable' from 'collections'
**STEP 1:**Make sure pip is updated and ur python version is .10 - .11 https://www.python.org/downloads/release/python-3110/
**STEP 2:**pip install metplotlib
**STEP 3:**pip install requests
**STEP 4:**pip install ultralytics IF U HAVE INSTALLED AND NO WORK DO : "pip install ultralytics --no-cache --force-reinstall"
**STEP 5 :**pip install torch==2.1+cu118 torchvision==0.10.1+cu118 torchaudio==0.9.1+cu118 -f https://download.pytorch.org/whl/torch_stable.html IF NO WORK TRY THESE:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
**STEP 6:**make sure you have installed https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows
Na that won't work
If u do these and still issue tell me?
ImportError: cannot import name 'Callable' from 'collections' (C:\Users\noneofurbiss\AppData\Local\Programs\Python\Python311\Lib\collections_init_.py)
Delete all versions of python and reinstall, once u reinstall .11 u tick this box
It's an importing issue
so Ur download location is most likely scuffed
alrighty lemme try
im so unlucky, i have error after error
nope its still saying the same fucking thing
ill try one more time or im throwing this dogshit computer out the window
nope it wont work with any version, ive download 3 different versions and yet it still says the same thing i spent all fucking day labeling shit for this
10k labels for nothing took hours
Oh my word? really
and this is the error? ImportError: cannot import name 'Callable' from 'collections' (C:\Users\noneofurbiss\AppData\Local\Programs\Python\Python311\Lib\collections__init__.py)
Not sure what's the issue but I'll try look for u
thanks my man
i wasted all day on this shit cuz nobody can make a decent da hood model
nah
there is no way this guy got his help
.
this aint fair man
where is my help?
@void spear
Bro
Try renaming, so go into that directory (C:\Users\noneofurbiss\AppData\Local\Programs\Python\Python311\Lib\collectionsinit.py) and rename "collectionsinit.py to collections.py
If u follow the steps I put on top it should fix the "yolo batch is not recognized" stuff
I mean it fixed mine
Yolo command not reconized
Did u : pip install -r ultralytics from the repository .zip
Okay so im re-reading and yes looks like your Python is scuffed...
You might have to: Anaconda then cd and paste your PATH
Enter then paste the yolo train etc.
See if that helps
This woek around also works if your Yolo is not a reconized command
when we aim its good close rang but bad far range
that mean you need to video train aim not onlu on close targets but far ones too
why is there over 1k messages 🥶
use anaconda
@north plover
for the training?
should fix it all
i already have it downloaded
use it instead of python if you are
yep
wait let me do it lets see if it works
still the same error with anaconda prompt
yes ofc
yes ofc leme show u wait
aigh
this but i typed the command
on command prompt
instead of anaconda
use it on anaconda
it wont regognize it
since it's a different envirement
install this vers https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows&target_arch=x86_64
too
aigh
this is normal right?
no but it should fix it for you
It actually fixed it
its running
🙂
thank you so much lol
change it to like 300 epochs
ppl should see this convo ngl
btw
is it better?
cause i heart more epochs
is more training
and more training is better
ok i will change it now
but it uses 100 percent of my cpu tho
my cpu is goin crazy rn
it uses gpu here
and cpu too idk why tho
oh its false now @keen wagon
it was true before
so i should just copy this?
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
nah this one mb
@keen wagon still false
i fixed the import error
but im getting this error
again
it is Conda 11.8 Version i also reinstalled the cuda again
Its true but it doesnt detect the gpu
weird
ohh u got same issue i haVE RIHGT NOW TOO LOL
import torch and device detection on python shows device (0)
so it see the gpu
but wont reconize gpu in the training runs
nice
pip install torch and conda into torch again
then run yolo task=detect mode=train imgsz=640 data=CustomCharacterPath.yaml epochs=500 batch=30
going to make backup of os and directories so i dont have to fdealk withthis again xD
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
ley us know if it works
Yo ricky im stuck with similar problem, i haven't been able to solve it..
this INC is resolved.
that’s cause ur using the wrong cuda version
well ur cuda toolkit version is wrong
u should’ve downloaded
just
don’t use conda
use pip
but first pip uninstall torchvision and torchaudio
then re install it again
and pip uninstall torch too
then re install all that again
and download the toolkit
that’s all i did
cuz i got the same problem
like 4 days ago
how can i uninstall the conda torch?
coda uninstall pytorch
well not for him