Fengzc

Results 18 comments of Fengzc

> Have you installed ultralytics if yes can you share snap of your code thank you, now i create a new interpreter than it's ok. However, i can run in...

I have added it, but funny the first error i said repeat. here is the command I execute and the error on cmd: ``` (venv) F:\python\IntroductionOfAI\Yolov8\ultralytics>yolo task=detect mode=predict model=yolov8n.pt conf=0.25...

well it's same ``` (venv) F:\python\IntroductionOfAI\Yolov8\ultralytics>yolo task=detect mode=predict model=yolov8n.pt conf=0.25 Usage: yolo [OPTIONS] COMMAND [ARGS]... Try 'yolo -h' for help. Error: No such command 'task=detect'. ```

like this ``` (venv) F:\python\IntroductionOfAI\Yolov8\ultralytics>yolo Usage: yolo [OPTIONS] COMMAND [ARGS]... Manage infrastructure and services on AWS for multiple accounts/stages. (Or, "yolo everything into prod".) Options: -h, --help Show this message...

Is it means the environment is already? ``` (venv) F:\python\IntroductionOfAI\Yolov8\ultralytics>pip install ultralytics Requirement already satisfied: ultralytics in f:\python\introductionofai\yolov8\ultralytics\venv\lib\site-packages (8.0.14) Requirement already satisfied: tqdm>=4.64.0 in f:\python\introductionofai\yolov8\ultralytics\venv\lib\site-packages (from ultralytics) (4.64.1) Requirement already...

it‘s OK directly run with predict.py, so do you know what happend? ``` F:\Program_files\Aconada\envs\ultralytics\python.exe F:/python/IntroductionOfAI/Yolov8/ultralytics/ultralytics/yolo/v8/detect/predict.py Ultralytics YOLOv8.0.12 Python-3.8.16 torch-1.13.1 CUDA:0 (NVIDIA GeForce RTX 3060 Laptop GPU, 6144MiB) Fusing... YOLOv8n summary:...

yep, it's ok with result. so it means my environment is OK i want to figure out what hell with my cli LOL

So would you (your team) will resovle this promble ? qwq and thanks a lot to you

> try to locate the file detect.py using cd command on cli would you able to do that ? yes, so what is next would you means i use it...