PT-CapsNet

January 6, 2024 ยท View on GitHub

This is the implementation code for the ICCV2021 paper: PT-CapsNet: A Novel Prediction-Tuning Capsule Network Suitable for Deeper Architectures

classification code is based on: pytorch_image_classification

segmentation code is based on: DeepLabV3Plus-Pytorch

detection code is based on: yolov5