The Wayback Machine - https://web.archive.org/web/20200304113142/https://github.com/topics/faster-rcnn
Skip to content
#

faster-rcnn

Here are 238 public repositories matching this topic...

taehoonlee
taehoonlee commented Aug 31, 2018

The 2x down-sampling is one of the important operations in reference models. But, a convolution or a pooling with stride=2, padding='SAME' may result in different outputs over different deep learning libraries (e.g., TensorFlow, CNTK, Theano, Caffe, Torch, ...) due to their different padding behaviors.

For example (TensorNets syntax; but can be regarded as pseudo codes for other libraries),

jamiechoi1995
jamiechoi1995 commented Apr 15, 2019

In convert_tfrecords.py, it converts all images in VOCdevkit\VOC2012\JPEGImages into tfrecords for training,
https://github.com/HiKapok/SSD.TensorFlow/blob/b47ff6164c8925a8bbccc593719d5bbbab996058/dataset/convert_tfrecords.py#L366-L370

However, not all the images in VOC2012 are for detection, there are only 11540 images specified in ImageSets\Main\trainval.txt for detection. But in JPEGImages

hadi-ghnd
hadi-ghnd commented Oct 12, 2018

Issue summary

Cannot run demo

Steps to reproduce

When I try to run the command sh example/FRCNN/demo_frcnn.sh it says:

is empty, default is 0
examples/FRCNN/demo_frcnn.sh: line 14: build/examples/FRCNN/demo_frcnn_api.bin:No such file or directory

Your system configuration

Operating system: windows 10
Compiler: MinGW64
CUDA version (if applicable): 9.0
CUDN

wangzigongsi
wangzigongsi commented Feb 3, 2020

image
这个im_info中的scale应该是指图像卷积完后的尺寸/输入时图像resize的固定尺寸。
但是我看了paddledetection源码和aistu上的案例,im_info都是输入时图像resize的固定尺寸/图像原来的尺寸,举一个例子
图像原来的尺寸:1320
输入时图像resize的固定尺寸:1300
图像卷积完后的尺寸:1300/16=86.25
![image](https://user-images.githubusercontent.com/43198176/73636004-b47c2280-469f-11ea-836c-309c504f74

Improve this page

Add a description, image, and links to the faster-rcnn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the faster-rcnn topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.