-
# 这里MobilenetV1_quant改成mobilenetv1_int8 就可以过
```cmake
lite_cc_test(test_mobilenetv1_int8 SRCS mobilenetv1_int8_test.cc
ARGS --model_dir=${LITE_MODEL_DIR}/MobilenetV1_quant SERIAL)
a…
-
The link referenced in the fast-rcnn readme file (https://github.com/NervanaSystems/ModelZoo/blob/master/ObjectLocalization/FastRCNN/readme.md) is broken:
https://github.com/NervanaSystems/neon/tree…
-
Thanks for your code. But after I replaced fpn with your bifpn in libra rcnn, I got lower map. Did you get higher map in faster rcnn?
-
*代码报错详情*
```
Traceback (most recent call last):
File "D:/PythonProjects/deep-learning-for-image-processing-master/pytorch_object_detection/faster_rcnn/train_res50_fpn.py", line 231, in
ma…
-
Tensorflow version 1.12
GKE pod with cloud tpu v3-8
TPU github hash: 64f3b5f9582bc484daa1c13c3d9edc0fc7127b05
Here is the Dockerfile used to build container image:
**FROM gcr.io/tensorflow/tpu…
-
Like this , I am training bollon in GPUs occer this issues,in detiles:
Training network heads
Starting at epoch 0. LR=0.001
Checkpoint Path: /home/yu/Mask_RCNN/logs/balloon20180517T2146/mask_rc…
-
File "main.py", line 127, in
main()
File "main.py", line 122, in main
model = train(cfg, args)
File "main.py", line 68, in train
model = build_model(cfg, arguments, args.local_r…
-
I train a model for face detection and it works well until I compress it by truncated SVD. I use the compress.py provided by faster-rcnn and modify faster_rcnn_test.pt to its svd version:
faster_rcnn_…
-
I attempt to run the faster rcnn fpn with resnet50 model on my own dataset. But I meet that the loss_bbox is almost to be zero and the final mAP is also 0 or other small abnormal number. when I train …
-
Thank you for your modification and improvement of the code, but I found that the "sample_bboxes_return_index" file in "mmdet.core" was empty. Have you implemented it yet?