-
When I run "./manage.py train exp/sgd pretrain", the error shows:
Traceback (most recent call last):
File "solver.py", line 12, in
import model
File "/home/tengli1107/seglink/seglink/mode…
-
Dear Deng:
I'm sorry I am a newer for TensorFlow framework and get an error of following:
++ set -e
++ export CUDA_VISIBLE_DEVICES=0
++ CUDA_VISIBLE_DEVICES=0
++ CHECKPOINT_PATH=/home/jin/zs…
-
Hello, I have benefited greatly from this open source project. Thank you for this elegant code, but I am puzzled by the following code.
"points_in_bbox_mask = points_in_bbox_mask.intersection(con…
-
I used three days on the pretrain and here I want to share my experience with someone who are interested in this project.
Because the pretrained model is not provided, you should train it by yourse…
-
i'am facing the below issue while **"training** train_seglink.py "
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'
Can anyone please explain the issue .
![screenshot from 201…
-
Hi mvoelk,
Thanks for your excellent work.
About the TBPP_train code, I'm confused that how do you generate anchor boxes on different feature maps. I didn't find an explicit method in your code…
-
'third_party/eigen3/unsupported/Eigen/CXX11/Tensor' file not found
thanks!
-
Hi. I want to test the pretrained model on my image. when i run'./scripts/test.sh 0 model/model.ckpt-217867 /home/wh/work/jyh_dataset/testimage', i get this error:
Traceback (most recent call last):
…
-
Thanks for the clean and elegant code!
I tried to run training from scratch (use pretrained vgg_16 model on imagenet), the traning process looks weird.
Total Loss
![qq 20170907234749](https://use…
-
i loaded the dataset using below code
```
from data_svt import GTUtility
gt_util = GTUtility('./data/svt/')
gt_util_train, gt_util_val = gt_util.split(0.7)
```
then i runned the code
```
# S…