pytorch_nms
pytorch_nms copied to clipboard
CUDA implementation of NMS for PyTorch
> For each input box, the (N) tensor parent_object_index contains the index (1-based) in the keep list of the highest-scoring box overlapping this box. This can be useful to group...
Hi, Using Pytorch 1.0 Iam facing this issue while building the extension /home/teai/pramod/pytorch_env/lib/python3.5/site-packages/torch/lib/include/pybind11/cast.h:2096:44: error: no matching function for call to ‘collect_arguments(pybind11::handle&, pybind11::handle&)’ return detail::collect_arguments(std::forward(args)...).call(derived().ptr());