-
I am creating custom mask-rcnn object detection model.
I labeled the data with polygon shape and created csv file.
I am not able to create tf record from csv as, it has polygon set rather then rec…
-
运行命令为:python3 inference.py --config configs/faster_rcnn_voc.yml
代码中的LOAD_CHECKPOINT、INFERENCE_LIST、IMAGE_FOLDER均改为自己的数据集和权重。
错误为:File "/home/easy_detection-master/network/Faster_RCNN/Model.py", line…
-
Hi, I've downloaded the pretained features for train/val using the provided links (36 - 100 features per image), however, there are four tsv files in it, namely,
1) karpathy_train_resnet101_faster_…
-
I trained the model with vgg16, and loaded it for detecting images,but when I executed the demo.py, an error arised:
RuntimeError: Error(s) in loading state_dict for vgg16:
size mismatch for RCNN_…
-
/simple-faster-rcnn-pytorch-master/model/utils/bbox_tools.py:68: RuntimeWarning: overflow encountered in exp
h = xp.exp(dh) * src_height[:, xp.newaxis]
/simple-faster-rcnn-pytorch-master/model/uti…
-
while running
root@982633c0cbbf:/dh/home/administrator/users_local/mamta/LightHead/lighthead_ROOT/light_head_rcnn/experiments/lizeming/light_head_rcnn.ori_res101.coco# **python3 test.py -d 0 -se 1**…
-
1- AssertionError: Could not compute output Tensor("rpn_reg_loss/truediv:0", shape=(), dtype=float32) in faster rcnn
2-Incompatible shapes: [8,9216] vs. [8]
[[node gradient_tape/reg_loss/mu…
-
### Description
记录开发调试过程和遇到的问题。
-
*代码报错详情*
```
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…