RepPointsV2 icon indicating copy to clipboard operation
RepPointsV2 copied to clipboard

Results 14 RepPointsV2 issues
Sort by recently updated
recently updated
newest added

when I run python setup.py develop, it appears /usr/local/include/c++/7.4.0/bits/basic_string.tcc: In instantiation of'static std::basic_string::_Rep* appears std::basic_string::_Rep::_S_create(std::basic_string::size_type, std::basic_string::size_type, const _Alloc> ) [with _CharT = char16_t; _Traits = std::char_traits; _Alloc = std::allocator; std::basic_string::size_type...

![image](https://user-images.githubusercontent.com/44716550/92994899-11db2a80-f531-11ea-9d97-86b1f36837e9.png)

When i use tools/pytorch2onnx.py to convert the trained repoints_v2 model to onnx format, i meet following error. ONNX export failed: Couldn't export Python operator DeformConvFunction. The project now don not...

When I run reppoints_v2_r50_fpn_1x_coco.py and reppoints_v2_r50_fpn_giou_1x_coco.py, the program can run normally, no error is reported, and the loss value is as expected. However, when I run reppoints_v2_r101_fpn_dconv_c3-c5_giou_mstrain_2x_coco.py, reppoints_v2_r101_fpn_giou_mstrain_2x_coco.py, reppoints_v2_x101_fpn_dconv_c3-c5_copn_dconv_c3-c5_giou_train_giou_train_mstrain_2x_coco.py, and...

Thanks for your work! BUT I have a question. IN your paper, ‘we first make a small modification to it, such that the first two points explicitly represent the top-left...

2020-09-11 00:36:15,849 - mmdet - INFO - Start running, host: ni.jiang@hobot-job-203203-0, work_dir: /running_package/work_dirs/reppoints_v2_r50_fpn_1x_coco, hdfs_dir:hdfs://hobot-bigdata-aliyun/user/ni.jiang/reppoints/train_models/reppoints_v2-gt-r50-1x 2020-09-11 00:36:15,849 - mmdet - INFO - workflow: [('train', 1)], max: 12 epochs 2020-09-11 00:37:16,898 -...

Do I have to use segmentation data sets?but i just have box

I can't find an implementation of joint inference in the code,i need help,thanks

nice work ! how about the train speed and test speed?

Hi, I meet this issue when configuring follow your instructions, could u help me solve this issue: Traceback (most recent call last): File "./tools/train.py", line 13, in from mmdet.apis import...