Closed elb3k closed 3 years ago
Updated torch 1.6.0 to torch 1.8.0, and added torchvision_ops support for android at least (Don't have mac device). And there was a bug here: https://github.com/fynnmaarten/flutter_pytorch_mobile/blob/3f0dcbcb560668d36828a8d7d18c21549e46c34a/android/src/main/java/io/fynn/pytorch_mobile/PyTorchMobilePlugin.java#L135-L136 where the order of data and shape was mistaken.
torchvision_ops
data
shape
And I have added torchvision_ops support for android here, it is a very useful feature for object detection models.
Updated torch 1.6.0 to torch 1.8.0, and added
torchvision_ops
support for android at least (Don't have mac device). And there was a bug here: https://github.com/fynnmaarten/flutter_pytorch_mobile/blob/3f0dcbcb560668d36828a8d7d18c21549e46c34a/android/src/main/java/io/fynn/pytorch_mobile/PyTorchMobilePlugin.java#L135-L136 where the order ofdata
andshape
was mistaken.And I have added
torchvision_ops
support for android here, it is a very useful feature for object detection models.