-
I'm trying to load my custom key point model in Pytorch mobile
logs:
```
08-13 17:35:52.069 15809-15809/com.example.pytorchexample E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.…
-
I use bash tools/dist_train_partially.sh semi 1 10 1, my log is above:
-----------------------------------------------------------
sys.platform: linux
Python: 3.6.13 |Anaconda, Inc.| (default, Jun…
-
## Instructions To Reproduce the 🐛 Bug:
1. what changes you made (`git diff`) or what code you wrote
```
```
2. what exact command you run:
3. what you observed (including __full logs__):
``…
-
I exported a (resnet) model from pytorch to ONNX. When importing it the following exception is thrown:
```
Asset import failed, "Assets/Assets/NNModels/sketchseg.onnx" > OnnxImportException: Unkno…
-
Hi, I am using mmdeploy to convert maskrcnn pth model to tensorrt, and i got this error:
`RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED`
my command:
`python tools/deploy.py \
configs/m…
-
When I train the faster_rcnn_r50_fp or ssd300, the val mAP is very high which reaches 1 and the loss is low, but when I test the model, the mAP is just about 0.4. I have ever trained the same voc data…
-
**1. 环境(environment)**
- Build OS and Version: Ubuntu
- RunTime OS Version: Android
- RunTime DEVICE: ARM
**2. Github版本**
- branch:master
- commit(optional):79e3a748bc4811c8e276a457a6…
-
我的日志如下:
2021-12-26 16:04:19,060 - mmtrack - INFO - Environment info:
------------------------------------------------------------
sys.platform: linux
Python: 3.8.12 (default, Oct 12 2021, 13:49:…
-
I'm building a ```Dockerfile``` on my Windows 10 machine (has 2 GPUs). I'm using the standard Docker, and followed the instructions you put up at here.
https://github.com/facebookresearch/detectron…
-
Hello, I'm doing some research on small object detection. When I use your mmdetection based code, I follow "configs2/TinyPerson/base/Baseline_TinyPerson.sh:exp1.2 "can never achieve better results tha…