Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify pretrained model link #2441

Merged

Conversation

zhangyubo0722
Copy link
Collaborator

No description provided.

Copy link

paddle-bot bot commented Nov 8, 2024

Thanks for your contribution!

@cuicheng01 cuicheng01 changed the title modify pretrained model link [WIP]modify pretrained model link Nov 8, 2024
@@ -19,7 +19,7 @@ Train:
epochs_iters: 10
batch_size: 8
learning_rate: 0.0001
pretrain_weight_path: null
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-L_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原来:object365 当前:coco

@@ -19,7 +19,7 @@ Train:
epochs_iters: 10
batch_size: 8
learning_rate: 0.0001
pretrain_weight_path: null
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-M_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原来:object365 当前:coco

@@ -19,7 +19,7 @@ Train:
epochs_iters: 10
batch_size: 8
learning_rate: 0.0001
pretrain_weight_path: null
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-S_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原来:object365 当前:coco

@@ -19,7 +19,7 @@ Train:
epochs_iters: 10
batch_size: 8
learning_rate: 0.0001
pretrain_weight_path: null
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-YOLOE_plus-X_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原来:object365 当前:coco

@@ -19,7 +19,7 @@ Train:
epochs_iters: 10
batch_size: 2
learning_rate: 0.001
pretrain_weight_path: null
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/YOLOv3-DarkNet53_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原始只是backbone的pretrain model:DarkNet53_pretrained.pdparams 现在:YOLOv3-DarkNet53_pretrained 这样是否对训练超参数有影响呢?

@@ -20,7 +20,7 @@ Train:
epochs_iters: 20
batch_size: 32
learning_rate: 0.001
pretrain_weight_path: https://paddleclas.bj.bcebos.com/models/PP-ShiTu/PP-ShiTuV2_rec_CLIP_vit_base_pretrained.pdparams
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/PP-ShiTuV2_rec_CLIP_vit_base_pretrained.pdparams
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个预训练需要换成CLIP的预训练,当然这里可以加一个注释的一行,写上这个预训练

@cuicheng01 cuicheng01 merged commit 9165049 into PaddlePaddle:develop Nov 14, 2024
2 of 3 checks passed
cuicheng01 added a commit that referenced this pull request Nov 15, 2024
* modify npu predict bug (#2454)

* Support serving vehicle attribute recognition pipeline (#2452)

* fix bug (#2450)

* add ad practise tuturial (#2465)

* add ad practise tuturial

* add ad practise tuturial

* add ad practise tuturial

* update hpip support list (#2478)

* update hpip support list

* optimize

* update README.md hpip support list

* update

* fix api reference (#2475)

* Doc update (#2479)

* update docs

* update index

* modify npu models infer bug (#2474)

* modify pretrained model link (#2441)

* add model url for docs (#2466)

* add model url for docs

* update

* update

* update new ir blacklist for adapting paddle 3.0b2

* support serving

* update:

1. change the default delimiter to space;
2. add en doc;
3. update official test dataset link;
4. fix some error in doc;

* remove and append support serving

* update faiss api

* rm unnecessary arg in remove_index

* upgrade api to save vector and id_map independently

* save index_type to index_info.yaml

* update doc

* use index_info to cover other data except index

* fix pp-yoloe-sod models train bug (#2487)

* bugfix: dont pass index_type and metric_type in append_index()

* fix bug where acc is always 0 during SLANet training (#2482)

* fix unit to ms in benchmark csv file

* update benchmark doc

* [Feat][Serving] Add PP-ShiTuV2 and face recognition server apps (#2488)

* Add PP-ShiTuV2 FastAPI app

* Fix index_type and metric_type

* Add face recognition app

* Change small object detection endpoint

* Fix face recognition bugs
@zhangyubo0722 zhangyubo0722 changed the title [WIP]modify pretrained model link modify pretrained model link Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants