Javier Naranjo-Alcazar
Javier Naranjo-Alcazar
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I would like to name muy training procedure so...
I am trying to make a similar plot to the one in the README.md (the first image with the class probabilities). Can you provide me with the code please? I...
Hi everyone, I am struggling when loading this model saved in .h5 file. How is the correct way to load this network? If I use custom_objects I get `init() got...
Hi everyone! Following the instructions in the repo, the output of the code is: ``` UserWarning: volatile was removed and now has no effect. Use `with torch.no_grad():` instead. inputs =...
Hi community, first of all, thanks for this amazing contribution. I was wondering if it is possible to fine tune a pre-trained yolo network, for that I assume that `--weights`...
Hi everyone, I have a dataset labeled with normal samples and outliers. As far as I can see, only` pyod.models.xgbod import XGBOD` supports this configuration. Are there more supervised algorithms...
Thanks for the great work.. I am wondering.. can this work on Jetson Orin? I have seen your Orin tutorial and I think you use this repo for GPU monitoring......
Hi, I am looking at the paper and I cannot see the explanation of DecisionLevel architectures. Is there other paper or work where this is explained? Thanks
Buenos días, me preguntaba si habría que hacer alguna modificación si quiero utilizar los pesos de yolov3-tiny Un saludo
As tensorflow model has 3 outputs: spectrogram, patches and classification I was expecting that torch implementation will also return 3 outputs. As I see it, spectrogram is not necessary, but...