Code Monkey home page Code Monkey logo

Comments (7)

lizhaoliu-Lec avatar lizhaoliu-Lec commented on July 3, 2024 1

image
I have run the experiments and my results are fine.
With consis weight = 2, mask weight = 10 (the script you provided), I get the mIoU of 61.16.
With consis weight = 5, mask weight = 5, I get the mIoU of 62.34.
The exp scripts are shared here: https://codefile.io/f/BP8u0JuRw9.

from cpcm.

lizhaoliu-Lec avatar lizhaoliu-Lec commented on July 3, 2024

The hyper-parameters are almost the same for 0.01% and 0.02%. Which dataset are you using and what's the result you get?

from cpcm.

jihun1998 avatar jihun1998 commented on July 3, 2024

Thank you for replying.
I am using s3dis dataset with configs for 0.01%.
I got about 42 mIoU in validation set (area 5) after 180 epoch training.

from cpcm.

lizhaoliu-Lec avatar lizhaoliu-Lec commented on July 3, 2024

Maybe provide your training script and config file for me to further diagnosis?

from cpcm.

jihun1998 avatar jihun1998 commented on July 3, 2024

I used same script which is provided from your repository.

CUDA_VISIBLE_DEVICES=0 python launch.py ddp_train.py --config config/default.yaml
GENERAL.exp_name 1e-4_percentage_consis_weight2_maskGrid075GridSize8_extraMaskStreamSelfCorr_weight10
TRAINER.name TwoStreamTrainer
MODEL.out_channels 13
DATA.name StanfordDataLoader
DATA.dataset StanfordArea5Dataset
DATA.voxel_size 0.05
DATA.batch_size 2
DATA.train_limit_numpoints 1000000
OPTIMIZER.lr 0.01
OPTIMIZER.weight_decay 0.001
SCHEDULER.name PolyLR
TRAINER.epochs 180
EVALUATOR.iou_num_class 13
DATA.stanford3d_path /mnt/jihun3/s3dis_cpcm
DATA.stanford3d_sampled_inds /mnt/jihun3/CPCM/prepare_dataset/stanford/points/percentage0.0002evenc
DATA.sparse_label False
DATA.two_stream True
MODEL.two_stream_model_apply True
TRAINER.two_stream_feats_key semantic_scores
TRAINER.two_stream_loss_mode js_divergence_v2
TRAINER.two_stream_seg_both True
TRAINER.two_stream_loss_weight 2.0
AUGMENTATION.use_color_jitter False
TRAINER.two_stream_mask_grid_size 8
TRAINER.two_stream_loss_mask_mode js_divergence_v2
TRAINER.two_stream_mask_ratio 0.75
TRAINER.two_stream_mask_mode grid
TRAINER.two_stream_mask_extra_stream True
TRAINER.two_stream_mask_feats_key semantic_scores
TRAINER.two_stream_mask_corr_loss True
TRAINER.two_stream_mask_self_loss True
TRAINER.two_stream_loss_mask_weight 10.
TRAINER.two_stream_mask_loss_threshold -1.
TRAINER.empty_cache_every 1

from cpcm.

lizhaoliu-Lec avatar lizhaoliu-Lec commented on July 3, 2024

Thanks for your feedback. I will rerun the exp tonight and get back to you first thing after I get the results.

from cpcm.

jihun1998 avatar jihun1998 commented on July 3, 2024

Thank you for your prompt response. :D

from cpcm.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.