-
how to get yolov7-w6-pose-sim-yolo.onnx?
we only have yolov7-w6-pose.onnx from yolov7-w6-pose.pt.
-
[Experiments](https://github.com/YurySolovyov/ffmpeg-express-example) show that it is possible to make a web server that can help us support most of ffmpeg supported audio formats.
This would likely s…
-
I was trying to reproduce the training from PASCAL VOC (source) to Clipart1k (target) using
```bash
python train_net.py \
--num-gpus 8 \
--config configs/faster_rcnn_R101_cross_clipart…
-
As discussed in #6580, one potential solution to fine-tune deep learning global forecasters is to use PeFT methods. @benHeid has kindly described some base code that we could leverage in order to faci…
-
I trained a model with a custom dataset using the PyTorch code from this repository. The training went well, and the Torch model worked as expected. After this test, I tried to export the model to ONN…
-
With the increasing interest in using this library to train models originally trained by others (https://github.com/EleutherAI/gpt-neox/issues/896 https://github.com/EleutherAI/gpt-neox/issues/994 htt…
-
Hello, I am a researcher of speech synthesis, I am using HTS front-end generated labs for the voice synthesis, with Merlin synthesis module (04_synthesis.sh) for speech synthesis. We now have a few id…
-
I used reparameterization.ipynb to convert the trained yolov9-c model, why does the accuracy drop significantly? Can this kind of conversion maintain the accuracy? Has anyone verified the accuracy aft…
-
Hi there,
Thanks for this great work.
Is there any tensor RT version of the weights available?
Regards,
Jacob
-
Hello Denis,
I have been studying and adjusting this great repository to fit my needs in defect detection.
I have trained several models successfully(using the mobilenetv3_large backbone) and achie…