-
@smallcorgi I run the 'demo.py', but I found the results are not as good as reported in the paper (using the same image). The model I used is the default 'VGGnet_fast_rcnn_iter_70000.ckpt'.
In the pa…
-
I run the ssd on windows, VS2013,i trained a ssd_300x300_model(VGG16+extra layers) to detect pictures(resolution is probably 600*500),it took 30ms to detect one picture。
How can i reduce the time …
-
I have trained my model.I want to continue to train it.How to do change the code?
-
I am trying to run faster rcnn on a custom dataset. After 5000 iterations suddenly this error shows up:
```
Traceback (most recent call last):
File "./tools/train_net.py", line 96, in
max…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Fashion Sense Detector
:red_circle: **Aim** : The of this project to develop a model which is capable …
-
I'm a newer to use the faster rcnn. The class number of my dataset is different from VOC2007. I don't know where should I change in the code.
-
I can able to build successfully. But while launching app got crashed and below is the stack track. Please help me to resolve this error.
**iOS version: 12.1.3**
**Device: iPhone 7Plus**
…
-
Could you provide a clear directory layout for this project? It looks like you are using multiple directories and I cannot tell where everything goes. Something like this would be very helpful
```…
-
(tf-gpu27) pk@pk-X550JK:~/faster-rcnn-tf$ python ./tools//demo.py --model /home/pk/faster-rcnn-tf/model/VGGnet_fast_rcnn_iter_70000.ckpt
2018-11-25 11:58:21.340381: I tensorflow/core/platform/cpu_fea…
-
Following the instructions provided, I was able to train my own dataset (by modifying the VOC2007) with the ff. command:
`python ./faster_rcnn/train_net.py --gpu 0 --imdb voc_2007_trainval --iters 10…