faster-rcnn.pytorch icon indicating copy to clipboard operation
faster-rcnn.pytorch copied to clipboard

A faster pytorch implementation of faster r-cnn

Results 123 faster-rcnn.pytorch issues
Sort by recently updated
recently updated
newest added

What are the FLOPs and parameter quantities for Faster RCNN?

Faster RCNN的FLOPs和参数量是多少啊????? 论文里面也没详细说

My training loss always becomes NAN when the iteteration comes to several hundred iters. All parameters are default. My training dataset is useable for py-faster rcnn, and copy to faster-rcnn.pytorch...

when i want to download pretrained model, i got "This item was deleted".

I am having this error while running the train function. I am using Python 2.7 and Pytorch = 1.0.0. Has anyone experienced the same issue?

I'm currently on Windows 10 x64, with python=3.6, pytorch=1.2, and cuda 10.1 After trying to install the package using the pytorch-1.0 branch, I am finding the following errors: `python setup.py...

Environment:Windows+python3.6+pytorch1==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 cudatoolkit=11.7 When I run command:python setup.py build develop the result are as follows: (liuyao_faster_rcnn) D:\liuyao\code\faster-rcnn.pytorch\lib>python setup.py install running install running build running build_ext Traceback (most recent call...

Sorry to bother you @jwyang , but I can't download the pretrained models from dropbox because of the GFW. Would you please provide some other links of those models like...

i am confused and i cant give my answer during any research. roi pooling involves non-differentiable operations like indexing(quantizing the coordinate(like 3.5) to integers(3)). However why we detaching the proposals?...