detectorch icon indicating copy to clipboard operation
detectorch copied to clipboard

Detectorch - detectron for PyTorch

Results 11 detectorch issues
Sort by recently updated
recently updated
newest added

--------------------------------------------------------------------------- KeyError Traceback (most recent call last) in 2 detector_pkl_file=pretrained_model_file, 3 use_rpn_head = use_rpn_head, ----> 4 use_mask_head = use_mask_head) 5 model = model.cuda() /mnt/wifiperson-master/dataprocessing/detectorch/lib/model/detector.py in __init__(self, train, arch, conv_body_layers, conv_head_layers,...

I like this project in the way that it could let me learn pytorch from real implementation. However, The train_fast.py file seems really experimental when I ran it. From the...

Excuse me,may i know your FPS for Res101-Faster RCNN-FPN?

I'm using pytorch 0.4.1, when i ran demo.py, ~~~~~~~~ compiling/loading roi_align /home/feiw/anaconda3/lib/python3.6/site-packages/torch/utils/cpp_extension.py:118: UserWarning: !! WARNING !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Your compiler (c++) may be ABI-incompatible with PyTorch! Please use a compiler that...

Hi, I run this project and it results are great. Now I also want extract the keypoints of people, but cannot find it anywhere in the code. Is the keypoints...

Do we have to do the same operations for both pytorch 0.3.1 and pytorch 0.4 to build ROIAlign? The demo file keeps restarting every time I pass a sample image...

Dear @ignacio-rocco, Thank you for your fantastic work. When I want to run your [**demo_FPN**](https://github.com/ignacio-rocco/detectorch/blob/master/demo_FPN.ipynb) code, I get this error: ``` Loading pretrained weights: Traceback (most recent call last): File...

Hi do you plan to port RetinaNet soonish?

Thanks for sharing your greate work. I have tested your **mask_rcnn_FPN** code, and `got the right result of bbox detecting`, but `wrong result of seg`. I have pasted the result...