RoIAlign.pytorch
RoIAlign.pytorch copied to clipboard
RoIAlign & crop_and_resize for PyTorch
If anyone knows,please help me, if the RoIAlign work on pytorch1.5 ?
when i run test2.py it shows TypeError: apply() got an unexpected keyword argument 'transform_fpcoor'
https://github.com/longcw/RoIAlign.pytorch/blob/8df4f3738fc91a8b3f4c2ac790510b1553b55e0f/roi_align/src/crop_and_resize.cpp#L280
deep-server@server:~/Air-Clothing-MA$ python file_demo.py Traceback (most recent call last): File "file_demo.py", line 10, in from model import EncoderClothing, DecoderClothing File "/home/deep-server/Air-Clothing-MA/model.py", line 6, in from roi_align.roi_align import RoIAlign File "build/bdist.linux-x86_64/egg/roi_align/__init__.py", line...
Questions like headings. I just want to use this to replace tf.image.crop_and_resize() in order to change code from tensorflow to pytorch. Thank you for your answer!
I use your Roialign in my code, and I got this error, RuntimeError: cuda runtime error (77) : an illegal memory access was encountered at torch/csrc/cuda/Module.cpp:267 I tried the roialign...
Before command "python setup.py install" you better command export CUDA_HOME="/usr/local/cuda/" , this is your cuda path.
## 🐛 Bug I updated the conda environment I use for my project (based on PyTorch Lightning and PyTorch), and I'm now getting an error when making the following call...
Hi All, I noticed that this RoI Align takes three inputs: `crops = roi_align(image, boxes, box_index)` I am now wondering how the `box_index` should be prepared? Thanks.
Can you provide a method for extracting RoI feature maps of irregular polygon with sixteen vertices?
Hello! Can you provide a method for extracting RoI feature maps of irregular polygon with sixteen vertices? Thank you very much!