When I compile the vision module, I meet the following issue, which seems to be not related to the RRoIAlign module.
Is it the issue of the torchvision version?
Can I install the torchvision by command “conda install torchvision=0.2.2", like mask-rcnn-benchmark? I worry about some APIs in the source code that invoke the RRoIAlign module will be missed out if I use the above command.
When I compile the vision module, I meet the following issue, which seems to be not related to the RRoIAlign module.
Is it the issue of the torchvision version? Can I install the torchvision by command “conda install torchvision=0.2.2", like mask-rcnn-benchmark? I worry about some APIs in the source code that invoke the RRoIAlign module will be missed out if I use the above command.
Many thanks.