-
### 🚀 The feature, motivation and pitch
Fuyou Training Framework Integration for PyTorch
Description:
Integrate the Fuyou training framework into PyTorch to enable efficient fine-tuning of larg…
-
Hi, I'm new to the world of Jetson. I'm trying to create a custom model, and when I run the program "detectnet.py" with "--network=facedetect", I can see faces from 4-5 meters away from the camera. Ho…
-
Hi All ,
It appears that we cannot clone the repo
https://github.com/ARM-software/ML-zoo.git
$ git clone https://github.com/ARM-software/ML-zoo.git
Cloning into 'ML-zoo'...
remote: Enumerati…
-
Hi ,@balancap
Thanks for you hard work to implement SSD on TensorFlow!
And now I want to train my own model on my own Dataset:
1. I create a Dataset like Pascal VOC 2007.
2. Because I want t…
-
Honorific Prof. Liu
When I run examples/ssd/ssd_pascal.py script , and use my own dataset to train ssd model ,and Max iter is 120000.At last I got loss is about 2.5 and detection_eval is 0.84…
-
I useed EfficientNet as backnone of ssd, When I run
`python object_detection/builders/model_builder_test.py` for testing the API, I got this error:
```
Traceback (most recent call last):
File…
-
### Description of the bug
The sliced preview on anything but the most simple models is laggy to the point that it cant be used or manipulated. Pre-slicing the view works fine.
Ryzen 9 5950x
12…
-
为使您的问题得到快速解决,在建立 Issue 前,请您先通过如下方式搜索是否有相似问题: [历史 issue](https://github.com/PaddlePaddle/Paddle-Lite/issues), [FAQ 文档](https://www.paddlepaddle.org.cn/lite/develop/quick_start/faq.html), [官方文档](https:/…
-
I am able to convert the official ssd_mobilenet_v2 trained on MS COCO to a caffe model, by using dump_tensorflow_weight and load_caffe_weights afterwards.
However, when I want to convert my fine-tu…
-
Hi 🖐
I Trained an SSD model with --resolution=640 and when I want to convert the .pth model to .onnx, it gives me an error:
```python
locations[..., :2] * center_variance * priors[..., 2:] + …