This is the Windows app named R-FCN whose latest release can be downloaded as R-FCNsourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named R-FCN with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS:
R-FCN
DESCRIPTION:
R-FCN (“Region-based Fully Convolutional Networks”) is an object detection framework that makes almost all computation fully convolutional and shared across the image, unlike prior region-based approaches (e.g. Faster R-CNN) which run per-region sub-networks. The repository provides an implementation (in Python) supporting end-to-end training and inference of R-FCN models on standard datasets. The authors propose position-sensitive score maps to reconcile the need for translation variance (in detection) and translation invariance (in classification). R-FCN is efficient (low per-region overhead) and competitive in accuracy (e.g. with ResNet backbones). Position-sensitive score maps for per-region classification without expensive per-region convs. Optional “deformable R-FCN” extension for improved performance.
Features
- Fully convolutional design with shared feature extraction across the image
 - Position-sensitive score maps for per-region classification without expensive per-region convs
 - End-to-end trainable pipeline (proposal + classification)
 - Support for multiple backbone architectures (e.g. ResNet)
 - Optional “deformable R-FCN” extension for improved performance
 - Low per-RoI overhead (fast inference)
 
Programming Language
MATLAB
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/r-fcn.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.