Skip to content

Parsa33033/RoiPooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoiPooling

RoiPooling layer of rcnn family. working on both smaller and larger pool size than the region

There are four different conditions that could happend during roi pooling that the code takes care of:

  1. if the height and width of the pool is smaller than the height and width of the region
  2. if the height and width of the pool is bigger than the height and width of the region
  3. if the height of the pool is smaller than the height of the region but the width of the pool is bigger
  4. if the height of the pool is bigger than the height of the region but the width of the pool is smaller

you can see conditions number 1 and 2 from the image

Image

About

RoiPooling layer of rcnn family. working on both smaller and larger pool sizes than the region

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages