Skip to content

ssbuild/semantic_segmentation

Repository files navigation

    2024-04-22 简化
    2023-10-24 initial semantic segmentation

update information

install

weigtht select one is suitable for you

支持且不限于以下权重 , See all SegFormer models at https://huggingface.co/models?filter=segformer

data sample

infer

# infer_finetuning.py 推理微调模型
# infer_lora_finetuning.py 推理微调模型
 python infer_finetuning.py

training

    # 制作数据
    cd scripts
    bash train_full.sh -m dataset 

    
    注: num_process_worker 为多进程制作数据 , 如果数据量较大 , 适当调大至cpu数量
    dataHelper.make_dataset_with_args(data_args.train_file,mixed_data=False, shuffle=True,mode='train',num_process_worker=0)
    
    # 全参数训练 
        bash train_full.sh -m train

训练参数

训练参数

友情链接

纯粹而干净的代码

参考

Star History

Star History Chart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors