-
## š Bug
A clear and concise description of what the bug is.
```
Traceback (most recent call last):
File "detect.py", line 162, in
detect()
File "detect.py", line 48, in detect
namā¦
-
When training I got this error:
**model_config = yaml.load(open(model_config, 'r'))
TypeError: load() missing 1 required positional argument: 'Loader'**
What is the problem @Bobo-y ?
-
Hiļ¼
I meet a problem:
Traceback (most recent call last):
File "train.py", line 394, in
train(hyp)
File "train.py", line 331, in train
torch.save(ckpt, last)
File "/home/yy/anacā¦
-
when i run
sudo **./yolov5 -s yolov5x.wts yolov5x.engine s**
![image](https://user-images.githubusercontent.com/73052387/161430105-078a5dd9-a3c5-413e-bab8-fd24be5bfad5.png)
I was very confusā¦
wxthu updated
2 years ago
-
I'm using sweeps to optimize hyperparmaeters on a YOLOv5 model. I've noticed that the sweep line plots are only colored according to my defined metric (`metrics/mAP_0.5:0.95`) during training for eachā¦
-
## ā Question
I'm trying to run a pretrained resnet50 model from torch.torchvision.models. enabled_precisions is set to torch.half.
Each time I load the same resnet50 torchscript, using the same iā¦
-
##### System information (version)
OpenVINO runtime version: 2022.1.0-7009-19bdd019745-refs/pull/1012/head
##### Detailed description
OpenVINO runtime found in: /data/venv/openvino_2022.1ā¦
-
I used your google colab.
Command: `!python3 train.py --dataset-path "/content/test" --model "yolov5x"
`
Error:
```
Using torch 1.8.0+cu101 CUDA:0 (Tesla K80, 11441MB)
Namespace(adam=False, ā¦
-
It's a wonderful job. Plz provide the tools and instructions for processing the raw data.
-
Hi, is there any difference between the original vitpose architecture? I get different result for same frame when I run on https://huggingface.co/spaces/Gradio-Blocks/ViTPose . Do you thing it might bā¦