Artem Vasenin

Results 74 comments of Artem Vasenin

The title was wrong, I meant just adding it to `www-browser`, because currently it is not done and when a terminal application tries to open a link it will fail.

Did some digging, found this: https://thomas-cokelaer.info/blog/2017/01/pytest-cov-collects-no-data-on-travis/. Adding `__init__.py` to `tests` directory fixed the problem, not sure why, so leaving it open for now.

I haven't since I don't quite understand the whole codebase and it appears that quite a bit would have to be changed. In particular, it appears that [cython code](https://github.com/longcw/faster_rcnn_pytorch/blob/master/faster_rcnn/rpn_msr/anchor_target_layer.py#L141) expects...

I found cython source, so might try to change it later.

I tried what the comment suggested, it didn't quite work. I get: ``` Exception in thread Thread-4: Traceback (most recent call last): File "/home/rizhiy/miniconda3/envs/rcnn/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File...

Paper also talks about end2end, its 1.5x faster at only slight decrease in accuracy.

mAP is almost zero. I have tried to debug and it appears that bbox regressor doesn't work at all. I think that PSRoIPooling might not be implemented correctly here.

I have the same experience as @noUmbrella, classification works fine, but bbox regression is very bad.

@jjprincess For me, it also either doesn't converge or converges poorly and I get very low mAP.

@jjprincess Yes, I'm already using that version, but I like PyTorch more than MXNet.