ZhaochongAn / COSeg

[CVPR 2024] This repo contains the code for our paper: Rethinking Few-shot 3D Point Cloud Semantic Segmentation
62 stars 8 forks source link

Training time #4

Closed yihang-xdu closed 3 months ago

yihang-xdu commented 3 months ago

Dear Authors, Thanks for your great work! Could you please tell me how long it takes for Backbone pretraining and Few-shot training?

ZhaochongAn commented 3 months ago

Hello, thank you for your interest in our work!

The Backbone pretraining time varies with the training set: approximately 27 hours for both splits 0 and 1 of the S3DIS dataset, and 31 hours on split 0 and 27 hours on split 1 for the ScanNet dataset.

For few-shot training, the duration depends on the task. For example, a 1-way 1-shot task on S3DIS typically takes about 18 hours. It's worth noting that optimal performance is often achieved midway through training, which provides ample opportunities to fine-tune the training setup for greater time efficiency.