microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.5k stars 4.29k forks source link

Faster R-CNN #3218

Open rewqas opened 6 years ago

rewqas commented 6 years ago

In the Faster R-CNN objects detection

  1. In the test section, can I put and test negative images, with no objects and ROI?
  2. After completing training the net. How can I find an object and its location in new images without annotating and classifying these images?
fffupeng commented 6 years ago
  1. Of course you can when the input imgs has right size or shape
  2. You can ignore the output class and just pay attention to coordinary.