RoIAlign.pytorch icon indicating copy to clipboard operation
RoIAlign.pytorch copied to clipboard

RoIAlign & crop_and_resize for PyTorch

Results 39 RoIAlign.pytorch issues
Sort by recently updated
recently updated
newest added

I am using anaconda 3. When I run ```bash python setup.py install ``` it works fine without any errors: ```bash running install running bdist_egg running egg_info creating roi_align.egg-info writing roi_align.egg-info/PKG-INFO...

File "C:\Users\user\Air-Clothing-MA\roi_align\crop_and_resize.py", line 7, in import roi_align.crop_and_resize_cpu as crop_and_resize_cpu ModuleNotFoundError: No module named 'roi_align.crop_and_resize_cpu'

Hellow ,thanks for your work. **I reload this work in pytorch1.11.0 and foud a RuntimeError** The error log follows: ``` Traceback (most recent call last): File "c:/Users/29006/Desktop/GAR/scripts/train_volleyball_stage1.py", line 21, in...

Hi I tried to test ROIAlign on images with `rois = roi_align(detections, boxes, box_index)` detections' shape is `torch.Size([1, 3, 271, 271])` and boxes looks like `tensor([[ 151.6779, 18.8237, 270.0000, 84.2876],...

build and test

LinkError: command 'gcc' failed with exit status 1 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "build.py", line 40, in ffi.build() File "/home/wei.li/anaconda3/envs/group_1/lib/python3.6/site-packages/torch/utils/ffi/__init__.py",...

ModuleNotFoundError: No module named 'roi_align',请问这个解决的详细步骤,谢谢

When I use this function on Pytorch 1.5, there is an error like that : RuntimeError: Legacy autograd function with non-static forward method is deprecated. Please use new-sty le autograd...

Hi, I am getting the following compiling error. Does RoIAlign work with Pytorch 1.9.0? ``` File "C:\Users\...\Anaconda3\lib\site-packages\torch\utils\cpp_extension.py", line 1682, in _run_ninja_build raise RuntimeError(message) from e RuntimeError: Error compiling objects for...

Hello everyone, First of all, thanks for the material! I tried to look for the licensing terms under which the software is distributed, but I did not find anything. Since...