-
#### Your system information
* System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/):
```
Computer Information:
Manufacturer: Gigabyte…
-
## Environment
### Hardware Environment(`Ascend`/`GPU`/`CPU`):
> Uncomment only one ` /device ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> `…
-
A disk on necrosan appears to have failed (it no longer seems to be visible to the controller) and as a result it has a degraded array:
```
-- Controller information --
-- ID | H/W Model | …
-
I just want to get dehazed image,but the origin code `test.py` is too complex to use,so i try to get the core part
```
from models.networks import ResnetGenerator,_UNetGenerator
import cv2
from …
-
Example code
```
x
-
Hi,
Where can I find a pre-trained model over COCO dataset with embedded_ssd_mobilenet as configuration?
That would be essential for transfer learning and it would be useful not only to me, but to t…
-
According to the guidebook, I found codes for object detection within only 10 lines, like
#inference.py in jetson-inference
import jetson.utils
import jetson.inference
input = jetson.utils.video…
-
### Preconditions
- [X] No need to upgrade Python SDK or the Python SDK is ready.
### Related command
az snapshot create
az snapshot list
az snapshot show
az disk create
az disk list
az disk s…
-
### Description
Please specify cuda:0 at the very beginning.
```python
import torch
import numpy as np
import os
from network.cv.SSD.backbone_mobilenetv1_pytorch import SSDWithMobileNetV1 as SSD…
-
I trained ssd_mobilenet_v2 object detection model by https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/running_on_mobile_tf2.md and https://github.com/tensorflow/models…