-
Trying to evaluation with my own image....not sure how to set the inputs correctly. Can you offer some correction.
```
im = cv2.imread('./eagle.jpg')
im = cv2.cvtColor(im, cv2…
-
What batch size did you use for training? I use a GeForce GTX 1080 Ti and can use a maximum batch size of 3. Isn't it better to use larger batch sizes for training on convolutional networks?
Is it …
-
Hi, I was wondering how effective the data augmentation is. Particularly, I was wondering if you observed significant performance difference on the validation and testing set, if without using the dat…
-
$ python setup.py install
running install
running build
running build_ext
building 'chianti' extension
creating build
creating build/temp.linux-x86_64-2.7
gcc -pthread -fno-strict-aliasing -O2 …
-
Thanks for your greate work, have you ever test your algorithm on PASCAL VOC or COCO datasets?
D-X-Y updated
7 years ago
-
Getting this error, has anyone had this error and worked it out. I did open this issue on theano thread but no one seems to know what is going on.
```
>>> import theano
WARNING (theano.sandbox.c…
-
Hi, @TobyPDE
After switching to install python3.5, I pass the command "python train.py". However, after inputing "path to ityScapes folder", "model filename", "log filename", it runs into the foll…
-
Hi @TobyPDE
I can inference this network and result is good, but there are some issue in `train.py`
This is my log.
```
Using gpu device 0: GeForce GTX 970 (CNMeM is disabled, cuDNN 5005)
En…
-
When I trained the model with new semantic DB, I used empty folders("logs" and "models") for train.py.
For finish training process, I put Ctrl+C. Logs folder has the files for log. But there are no f…
-
I'd like to train on 400x600 images, but I am encountering a problem.
```
ValueError: Mismatch: not all input shapes are the same
```
is raised in https://github.com/TobyPDE/FRRN/blob/master/dltoo…