-
D:\Anaconda3\python.exe D:/PycharmProjects/CHINESE-OCR/demo.py
Using TensorFlow backend.
Traceback (most recent call last):
File "D:/PycharmProjects/CHINESE-OCR/demo.py", line 8, in
import …
-
/home/snoopy/anaconda3/envs/chinese-ocr3/bin/python3 /home/snoopy/project/CHINESE-OCR/demo.py
Using TensorFlow backend.
Traceback (most recent call last):
File "/home/snoopy/project/CHINESE-OCR/d…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
关于faster rcnn,可加群857449786 注明(faster rcnn)共同学习,谢谢
已经解决了win10下关于faster rcnn下训练自己数据集的问题,如有不了解的,可以交流
-
I can build pass, but when i run demo.py it reports error:
scopeserver@scopephotos:~/RaidDisk/DeepLearning/mwang/tensorflow/TFFRCNN$ python ./faster_rcnn/demo.py
I tensorflow/stream_executor/d…
-
I am getting the following errors when trying to train the model on custom dataset. This error is getting at last epoch. Maybe it is model save error. Please give suggestions to solve these errors.
…
-
Currently if you run the script `./experiments/scripts/faster_rcnn_alt_opt.sh [GPU_ID] [NET]` it fails during testing mode with: `Input blob arguments do not match net inputs`
I traced that back to …
-
I am trying to train a model on my custom dataset (formatted like Pascal VOC). The model is training for several iterations and then this error occurs.
```
im_size: (97.0, 1000.0)
scale: 1.50829…
-
Hello,
Really amazing work.
While doing inference, i faced the results are not as good as shown.
I tested using the pre trained models:
1) faster_rcnn_RoITrans_r50_fpn_1x_dota
![eduardo-drapier…
-
I was trying to change the backbone to vgg11 as
```
# --------------------------------------------------------
# Tensorflow Faster R-CNN
# Licensed under The MIT License [see LICENSE for details]
…