Closed shipeizhen closed 5 years ago
@shipeizhen You may ignore the compilation of CUDA code, just check the INSTALL.md for a correct installation.
When I compile the rotation_setup.py, this error occurs. I know it is the usage of python2, but when I change the print "nms start" to print("nms start") and compile the rotation_setup.py, the error occurs again. Thank for your patient answer! creating /disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg Extracting RRPN-0.0.0-py3.6-linux-x86_64.egg to /disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages File "/disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg/rotation/rotate_cpu_nms.py", line 23 print "nms start" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("nms start")?
@shipeizhen Welp, it may not be a critic problem, since we don't use it in our model. just go ahead and check if you already have .so files.
@mjq11302010044 One more silly question: where to find .so files?
@shipeizhen Check your ./maskrcnn_benchmark folder?
@mjq11302010044 555555 There is no .so files.
@shipeizhen Can you paste your warning or error?
This is all I got, I find no warning or error but for the print error.
(pytorch1_0) spz0605@user-Super-Server:/disk6/spz/codes/RRPN_pytorch-master$ python rotation_setup.py install running install running bdist_egg running egg_info writing RRPN.egg-info/PKG-INFO writing dependency_links to RRPN.egg-info/dependency_links.txt writing top-level names to RRPN.egg-info/top_level.txt reading manifest file 'RRPN.egg-info/SOURCES.txt' writing manifest file 'RRPN.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext skipping 'rotation/rotate_cython_nms.c' Cython extension (up-to-date) skipping 'rotation/rotate_circle_nms.c' Cython extension (up-to-date) skipping 'rotation/rotate_gpu_nms.cpp' Cython extension (up-to-date) skipping 'rotation/rbbox_overlaps.cpp' Cython extension (up-to-date) skipping 'rotation/rotate_polygon_nms.cpp' Cython extension (up-to-date) creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/init.py -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rotate_polygon_nms.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rotate_cython_nms.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rotate_circle_nms.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rotate_cpu_nms.py -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rotate_gpu_nms.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/rotation copying build/lib.linux-x86_64-3.6/rotation/rbbox_overlaps.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/rotation creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/utils.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/roi_heads.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/roi_box_feature_extractors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/box_head.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rbox_head/roi_box_predictors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/roi_mask_feature_extractors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/roi_mask_predictors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rmask_head/mask_head.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_feature_extractors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_predictors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/mask_head/mask_head.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rroi_heads.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/roi_rec_predictors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/roi_rec_feature_extractors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/rec_head/rec_head.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_predictors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/backbone/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/backbone/fpn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/backbone/resnet.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/backbone/backbone.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rbox_coder.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/balanced_positive_negative_sampler.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/detector/generalized_rcnn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/detector/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/detector/generalized_rrpn_rcnn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/detector/detectors.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/matcher.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rpn/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rpn/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rpn/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rpn/rpn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rpn/anchor_generator.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/arpn/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/arpn/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/arpn/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/arpn/rpn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/arpn/anchor_generator.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/poolers.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/box_coder.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/registry.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rrpn/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rrpn/loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rrpn/rrpn.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rrpn/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/rrpn/anchor_generator.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/modeling/make_layers.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/icdar_series.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/collate_batch.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/icdar_series.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/coco.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/evaluation/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/voc copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/evaluation/voc/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/voc copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/evaluation/voc/voc_eval.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/voc creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/coco copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/evaluation/coco/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/coco copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/coco copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/list_dataset.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/rrpn_e2e_series.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/rotation_series.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/rotation_mask_datasets.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/concat_dataset.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/datasets/voc.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/samplers/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/samplers/grouped_batch_sampler.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/samplers/distributed.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/samplers/iteration_based_batch_sampler.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/transforms/transforms.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/transforms/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/transforms/build.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/data/build.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/segmentation_mask.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/bounding_box.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/segmentation_for_rbox.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/rboxlist_ops.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/image_list.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/structures/boxlist_ops.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/config/paths_catalog.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/config/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/config/defaults.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/solver/lr_scheduler.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/solver/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/solver/build.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/engine/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/engine/inference.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/engine/trainer.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/_C.cpython-36m-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/rroi_align.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/misc.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/_utils.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/rroi_pool.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/roi_pool.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/smooth_l1_loss.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/roi_align.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/nms.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/layers/batch_norm.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers creating build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/model_zoo.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/imports.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/visualize.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/init.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/c2_model_loading.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/metric_logger.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/comm.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/rec_utils.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/cv2_util.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/logger.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/collect_env.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/registry.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/env.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/miscellaneous.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/model_serialization.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils copying build/lib.linux-x86_64-3.6/maskrcnn_benchmark/utils/checkpoint.py -> build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils creating build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/init.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/rrpn_e2e_infer.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/predictor.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/ICDAR_demo.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/webcam.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/polygon_wrapper.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/link_boxes.py -> build/bdist.linux-x86_64/egg/demo copying build/lib.linux-x86_64-3.6/demo/RRPN_Demo.py -> build/bdist.linux-x86_64/egg/demo byte-compiling build/bdist.linux-x86_64/egg/rotation/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/rotation/rotate_cpu_nms.py to rotate_cpu_nms.cpython-36.pyc File "build/bdist.linux-x86_64/egg/rotation/rotate_cpu_nms.py", line 23 print "nms start" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("nms start")?
byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/utils.py to utils.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/roi_heads.py to roi_heads.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/roi_box_feature_extractors.py to roi_box_feature_extractors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/box_head.py to box_head.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rbox_head/roi_box_predictors.py to roi_box_predictors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/roi_mask_feature_extractors.py to roi_mask_feature_extractors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/roi_mask_predictors.py to roi_mask_predictors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rmask_head/mask_head.py to mask_head.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_feature_extractors.py to roi_mask_feature_extractors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/roi_mask_predictors.py to roi_mask_predictors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/mask_head/mask_head.py to mask_head.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rroi_heads.py to rroi_heads.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/roi_rec_predictors.py to roi_rec_predictors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/roi_rec_feature_extractors.py to roi_rec_feature_extractors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/rec_head/rec_head.py to rec_head.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_feature_extractors.py to roi_box_feature_extractors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/box_head.py to box_head.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/roi_heads/box_head/roi_box_predictors.py to roi_box_predictors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone/fpn.py to fpn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone/resnet.py to resnet.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/backbone/backbone.py to backbone.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rbox_coder.py to rbox_coder.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/balanced_positive_negative_sampler.py to balanced_positive_negative_sampler.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector/generalized_rcnn.py to generalized_rcnn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector/generalized_rrpn_rcnn.py to generalized_rrpn_rcnn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/detector/detectors.py to detectors.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/matcher.py to matcher.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn/rpn.py to rpn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rpn/anchor_generator.py to anchor_generator.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn/rpn.py to rpn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/arpn/anchor_generator.py to anchor_generator.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/poolers.py to poolers.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/box_coder.py to box_coder.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/registry.py to registry.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn/loss.py to loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn/rrpn.py to rrpn.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/rrpn/anchor_generator.py to anchor_generator.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/modeling/make_layers.py to make_layers.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/icdar_series.py to icdar_series.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/collate_batch.py to collate_batch.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/icdar_series.py to icdar_series.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/coco.py to coco.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/voc/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/voc/voc_eval.py to voc_eval.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/coco/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py to coco_eval.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/list_dataset.py to list_dataset.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/rrpn_e2e_series.py to rrpn_e2e_series.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/rotation_series.py to rotation_series.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/rotation_mask_datasets.py to rotation_mask_datasets.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/concat_dataset.py to concat_dataset.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/datasets/voc.py to voc.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers/grouped_batch_sampler.py to grouped_batch_sampler.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers/distributed.py to distributed.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/samplers/iteration_based_batch_sampler.py to iteration_based_batch_sampler.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms/transforms.py to transforms.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/transforms/build.py to build.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/data/build.py to build.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/segmentation_mask.py to segmentation_mask.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/bounding_box.py to bounding_box.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/segmentation_for_rbox.py to segmentation_for_rbox.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/rboxlist_ops.py to rboxlist_ops.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/image_list.py to image_list.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/structures/boxlist_ops.py to boxlist_ops.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config/paths_catalog.py to paths_catalog.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/config/defaults.py to defaults.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver/lr_scheduler.py to lr_scheduler.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/solver/build.py to build.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine/inference.py to inference.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/engine/trainer.py to trainer.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/rroi_align.py to rroi_align.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/misc.py to misc.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/_utils.py to _utils.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/rroi_pool.py to rroi_pool.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/roi_pool.py to roi_pool.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/smooth_l1_loss.py to smooth_l1_loss.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/roi_align.py to roi_align.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/nms.py to nms.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/layers/batch_norm.py to batch_norm.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/model_zoo.py to model_zoo.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/imports.py to imports.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/visualize.py to visualize.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/c2_model_loading.py to c2_model_loading.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/metric_logger.py to metric_logger.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/comm.py to comm.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/rec_utils.py to rec_utils.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/cv2_util.py to cv2_util.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/logger.py to logger.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/collect_env.py to collect_env.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/registry.py to registry.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/env.py to env.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/miscellaneous.py to miscellaneous.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/model_serialization.py to model_serialization.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/maskrcnn_benchmark/utils/checkpoint.py to checkpoint.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/init.py to init.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/rrpn_e2e_infer.py to rrpn_e2e_infer.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/predictor.py to predictor.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/ICDAR_demo.py to ICDAR_demo.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/webcam.py to webcam.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/polygon_wrapper.py to polygon_wrapper.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/link_boxes.py to link_boxes.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/demo/RRPN_Demo.py to RRPN_Demo.cpython-36.pyc creating stub loader for rotation/rotate_cython_nms.cpython-36m-x86_64-linux-gnu.so creating stub loader for rotation/rotate_circle_nms.cpython-36m-x86_64-linux-gnu.so creating stub loader for rotation/rotate_gpu_nms.cpython-36m-x86_64-linux-gnu.so creating stub loader for rotation/rbbox_overlaps.cpython-36m-x86_64-linux-gnu.so creating stub loader for rotation/rotate_polygon_nms.cpython-36m-x86_64-linux-gnu.so byte-compiling build/bdist.linux-x86_64/egg/rotation/rotate_cython_nms.py to rotate_cython_nms.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/rotation/rotate_circle_nms.py to rotate_circle_nms.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/rotation/rotate_gpu_nms.py to rotate_gpu_nms.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/rotation/rbbox_overlaps.py to rbbox_overlaps.cpython-36.pyc byte-compiling build/bdist.linux-x86_64/egg/rotation/rotate_polygon_nms.py to rotate_polygon_nms.cpython-36.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying RRPN.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying RRPN.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying RRPN.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying RRPN.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... maskrcnn_benchmark.config.pycache.defaults.cpython-36: module references file maskrcnn_benchmark.layers.pycache._utils.cpython-36: module references file rotation.pycache.rbbox_overlaps.cpython-36: module references file rotation.pycache.rotate_circle_nms.cpython-36: module references file rotation.pycache.rotate_cython_nms.cpython-36: module references file rotation.pycache.rotate_gpu_nms.cpython-36: module references file rotation.pycache.rotate_polygon_nms.cpython-36: module references file creating 'dist/RRPN-0.0.0-py3.6-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing RRPN-0.0.0-py3.6-linux-x86_64.egg removing '/disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg' (and everything under it) creating /disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg Extracting RRPN-0.0.0-py3.6-linux-x86_64.egg to /disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages File "/disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg/rotation/rotate_cpu_nms.py", line 23 print "nms start" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("nms start")?
RRPN 0.0.0 is already the active version in easy-install.pth
Installed /disk6/spz/anaconda3/envs/pytorch1_0/lib/python3.6/site-packages/RRPN-0.0.0-py3.6-linux-x86_64.egg Processing dependencies for RRPN==0.0.0 Finished processing dependencies for RRPN==0.0.0
@shipeizhen Actually, it's not a problem, you can just follow the instruction in INSTALL.md.
@mjq11302010044 The first ImportError occurs again....
@shipeizhen You can use the source code of maskrcnn_benchmark (https://github.com/facebookresearch/maskrcnn-benchmark) to compile all the files and copy them into the RRPN/maskrcnn_benchmark.
@yinianqingzhi Thanks! I found I compiled the files using a wrong path, it works now.
@shipeizhen hello,i meet the same problem,"SyntaxError: Missing parentheses in call to 'print'. Did you mean print("nms start")?" Could you tell me how to solve it ?
@RenAihua You could try to run the following commands: python setup.py build develop python rotation_steup.py install mv build/lib/rotation/*.so ./rotation in the RRPN_pytorch folder.
@shipeizhen Thanks for your replay. I just follow the commands as you advice , but i have got the same error "SyntaxError: Missing parentheses in call to 'print'. Did you mean print("nms start")?". I used the anaconda create an environment with torch1.0.1, torchvision0.2.2 and cuda8.0. If there have any other way to solve it.
@RenAihua I met the problem above, because I run the setup.py in a wrong path. Then I delete the folder and download the codes again, using the command I recommend to you, problems solved. If this doesn't work for you, I have no idea....Sorry
@shipeizhen I will try it again, thanks a lot.
hi: When I ran train_net.py, I got the error(ImportError: cannot import name '_C') . But using the terminal command, it works well. What should I do to fix the problem. Thanks a lot!
Traceback (most recent call last): File "/disk6/spz/codes/RRPN_pytorch-master/tools/train_net.py", line 18, in
from maskrcnn_benchmark.engine.inference import inference
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/engine/inference.py", line 10, in
from maskrcnn_benchmark.data.datasets.evaluation import evaluate
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/data/datasets/evaluation/init.py", line 3, in
from .coco import coco_evaluation
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/data/datasets/evaluation/coco/init.py", line 1, in
from .coco_eval import do_coco_evaluation
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/data/datasets/evaluation/coco/coco_eval.py", line 10, in
from maskrcnn_benchmark.structures.boxlist_ops import boxlist_iou
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/structures/boxlist_ops.py", line 6, in
from maskrcnn_benchmark.layers import nms as _box_nms
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/layers/init.py", line 8, in
from .nms import nms
File "/disk6/spz/codes/RRPN_pytorch-master/maskrcnn_benchmark/layers/nms.py", line 3, in
from maskrcnn_benchmark import _C
ImportError: cannot import name '_C'