-
### 💡 Your Question
I am training a keypoint detection algorithm using YOLO-NAS-POSE and observed that the training loss is very low, yet there is no improvement in the model's performance. During th…
-
### 💡 Your Question
I have initiated the training process for YOLO-NAS using a customized dataset.
However, I am currently experiencing difficulty in displaying the ongoing epoch number.
Please a…
-
Help me please to rewrite this training code for the classification task with ResNet18 model on my own custom dataset.
Dataset structure:
train: images + csv label file
val: images + csv label file…
-
### 💡 Your Question
Hi, i want to recognize when a person is raising their hand. My idea is to calculate when the keypoint of the hand is greater than the keypoint of shoulder (something like that). …
-
The constraint limit the btn in
https://github.com/alibaba/lightweight-neural-architecture-search/blob/6bf4d6949ed690b8ef59bcb843e2d36d03ebecd1/tinynas/spaces/mutator/super_res_k1kx_mutator.py#L72
h…
-
Hi,
I can train my model over 4 GPUs or i can apply hyperparameter tuning to my model, but I cant seem to do both at the same time. When i try to hyperparameter tune by setting gpus = 4, only 1 gpu i…
-
Hi, I encountered this error when trying to train with multiple GPUs:
`NotImplementedError: `fit_generator` is not supported for models compiled with tf.distribute.Strategy.`
The command I ran at …
-
--------------------------------------------------------------------------
OutOfMemoryError Traceback (most recent call last)
Cell In[14], line 4
2 yolo = yolo_nas_l.…
-
### 🚀 Feature Request
Manual work has to be done to get a custom model working when it could be completely automatized.
```python
self.model = models.get(
,
num_classes=,
checkpo…
-
### 💡 Your Question
I am trying to print the bounding box cordinates , labels and confidence , everything is working fine but it is not printing the output.
# Code snippet
import cv2
from su…