Skip to content

he most widely used state of the art version of the R-CNN family — Faster R-CNN was first published in 2015. the evolution between versions was usually in terms of computational efficiency (integrating the different training stages), reduction in test time, and improvement in performance (mAP). A region suggestion approach is used to construct "…

Notifications You must be signed in to change notification settings

NadiaKhodaei/Faster-RCNN-for-custom-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Faster-RCNN-for-custom-dataset

the most widely used state of the art version of the R-CNN family — Faster R-CNN was first published in 2015. the evolution between versions was usually in terms of computational efficiency (integrating the different training stages), reduction in test time, and improvement in performance (mAP). A region suggestion approach is used to construct "bounding boxes," or locations of probable objects in the image, in these networks. A stage for generating features for these objects, commonly using a CNN. d) A regression layer to make the coordinates of the item bounding box more precise; and e) A classification layer to forecast which class this object belongs to.

About

he most widely used state of the art version of the R-CNN family — Faster R-CNN was first published in 2015. the evolution between versions was usually in terms of computational efficiency (integrating the different training stages), reduction in test time, and improvement in performance (mAP). A region suggestion approach is used to construct "…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published