|
|
@@ -18,12 +18,12 @@ if __name__ == '__main__':
|
|
|
|
|
|
# model=linedetect_resnet18_fpn()
|
|
|
# model=linedetect_newresnet18fpn(num_points=4)
|
|
|
- # model=linedetect_newresnet50fpn(num_points=4)
|
|
|
+ model=linedetect_newresnet50fpn(num_points=4)
|
|
|
# model = linedetect_newresnet101fpn(num_points=3)
|
|
|
# model = linedetect_newresnet152fpn(num_points=3)
|
|
|
# model.load_weights(save_path=r'/home/admin/projects/MultiVisionModels/models/line_detect/train_results/20250711_114046/weights/best_val.pth')
|
|
|
# model=linedetect_maxvitfpn()
|
|
|
- model=linedetect_efficientnet(name='efficientnet_v2_l')
|
|
|
+ # model=linedetect_efficientnet(name='efficientnet_v2_l')
|
|
|
# model=linedetect_high_maxvitfpn()
|
|
|
|
|
|
# model=linedetect_swin_transformer_fpn(type='t')
|