1. 首页
  2. 编程语言
  3. C
  4. Distortion Convolution Module for Semantic Segmentation: Code Implementation and Evaluation

Distortion Convolution Module for Semantic Segmentation: Code Implementation and Evaluation

上传者: 2024-07-02 11:56:39上传 ZIP文件 400.93KB 热度 5次

This repository provides the code for the Distortion Convolution Module for Semantic Segmentation, as presented in our IEEE Transactions on Image Processing (TIM) paper. The code is implemented in PyTorch and requires the following packages: PyTorch, tqdm, and TensorboardX.

To train and evaluate the model, use the following command:

python train.py --batch-size 8 --lr 0.007 

This will initiate the training process and provide both training and testing results.

For using custom datasets or panoramic images, ensure to update the camera's intrinsic parameters within the sperical.py file located in the modeling/s2cnn directory.

下载地址
用户评论