-
I see the current version only allows `ssdMobilenetv1` but seems like `v2` is already available.
How hard is to get to use the newer version instead? Also, what's needed to _make it work_ on this …
-
@weiliu89 I use the new ssd_pascal.py to generate tain model, and tain on my datatset using the new compiled ceffe.exe. However, it doesn't converge.
And the LOG File is :
I0110 10:07:37.019037 1…
-
I'm using a laptop with Nvidia Cuda capable GPU.
C:\Users\rsamv\Documents\pytorch-ssd_DEC2020>python convert_to_caffe2_models.py mb1-ssd C:/Users/rsamv/Documents/pytorch-ssd_DEC2020/models/mb1-ssd…
-
Currently SDXL base+refiner can`t be used at the same time if you have only 16G of RAM. Separate model works perfectly.
Constantly switching between models is very annoying since you need to change w…
-
I try to train an ssd_mobilenetv1 tflite model in wsl2 ubuntu22 with tensorflow 2.17 and python3.10.
My step is:
```
git clone https://github.com/tensorflow/models.git
cd models/research/
proto…
-
### Describe the bug
Connecting an NVMe SSD using the Pimoroni "NVMe Base for Raspberry Pi 5" on Arch Linux ARM with kernel versions prior to 6.6.x not on versions 6.6.9 and higher.
### Steps to rep…
-
### System information
- **What is the top-level directory of the model you are using**: object_detection
- **Have I written custom code (as opposed to using a stock example script provided in Tenso…
-
This is in pytorch/hub: https://pytorch.org/hub/nvidia_deeplearningexamples_ssd/.
There's some evidence that this can be made much faster (up to 3x) with some graph optimizations: https://paulbridg…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### Operating system
Windows
### GPU vendor
Nvidia (CUDA)
### GPU model
4090
### GPU VRAM
24
### Ve…
-
Hello,
Looking for info on how to train SSD MobileNetv2 model with negative samples. How is 'BACKGROUND' label handled for negative samples.
Here is my annotation xml for pascal voc dataset for …