Ross Girshick

Results 12 comments of Ross Girshick

@OnlySang -- I'm unable to reproduce this issue. You'll need to provide more information (e.g., a log of stdout) to help with debugging.

I've been working on a COCO baseline and have posted the code to the [coco branch](https://github.com/rbgirshick/fast-rcnn/tree/coco). My version of `lib/datasets/coco.py` is a bit different in that it handles crowd annotations,...

Hi @zeyuanxy, I'm curious to know what mAP you get on INRIA? I won't be able to merge this PR in its current form because it includes the selective search...

I haven't been able to reproduce this error on my ubuntu 12.04 system. Has anyone else?

> Warning: Could not find appropriate function on path loading function > handle > /home/rbg/working/rcnn-ilsvrc/imdb/imdb_from_ilsvrc13.m>@(i)fullfile(imdb.image_dir,[imdb.image_ids{i},'.',imdb.extension]) That warning is safe to ignore. On Wed, Jul 16, 2014 at 11:31 PM, wuqiangch...

> when but I ran rcnn_demo('PASCAL',0), It's OK.But when I got the line > % forward propagate batch of region images > f = caffe('forward', batches(j)); > ,the matlab would...

There is some (limited) documentation here: https://github.com/rbgirshick/voc-dpm/blob/master/docs/documentation.txt. If you haven't already looked at it, you might find it helpful. On Mon, May 5, 2014 at 5:06 AM, davidwe [email protected] wrote:...

Hi @xwu4lab, can you add a unit test for this issue to `yacs/tests.py` as part of this PR? Thanks.

This is something that I've thought about in the past and arrived at the conclusion of only allowing primitive types. Here are the learnings from Detectron, where we allow any...

Thanks for flagging this issue. I agree that yacs should check for duplicate keys and raise an exception if any are found.