The Wayback Machine - https://web.archive.org/web/20200716224746/https://github.com/topics/object-classification
Skip to content
#

object-classification

Here are 45 public repositories matching this topic...

hyousefGopher
hyousefGopher commented Mar 6, 2020

In the installation instructions for Windows at [GoCV][1] we've the below line:

Download and run the MinGW-W64 compiler installer from https://sourceforge.net/projects/mingw-w64/?source=typ_redirect.

I downloaded the mentioned file, but could not find executor file, and could not find anything like x86_64-7.3.0-posix-seh-rt_v5-rev2 as mentioned in the instuctions, any help?

TreeLLi
TreeLLi commented Apr 17, 2018

There are several places you hard coded the configurations of network architecture in the main program.

They are:

  1. The input dimension of Fast-RCNN, which is coded as [4096, ]. But it should be possible to be other numbers, e.g. if i want to use ResNet ended with dimension [1000, ].
  2. The spatial_scale of RoiPooling layer, which is coded as 1/16. But in my understanding, this rat

Improve this page

Add a description, image, and links to the object-classification 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 object-classification topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.