Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Repository of model development for GhostNetZero.Ai

License

NotificationsYou must be signed in to change notification settings

microsoft/GhostNetAI

Repository files navigation

Example commands:

Train

  • Every existing hyperparameters are in the configuration files. After a model is trained, a ckpt file will be saved under theweights folder.
python main.py --config ./configs/ghostseg_de_plain_111824.yaml

Validation

  • Validation will not output npz file for post process. Just outputs evaluation metrics.
python main.py --config ./configs/ghostseg_de_plain_111824.yaml --evaluate ./weights/GhostSeg_DE/Plain/GhostSeg_DE_Plain_111824-0-epoch\=2514-valid_mean_IoU\=0.77.ckpt --val

Test

  • Test will save an npz file that has images, labels, logits, and all relevent data for post-processing.
python main.py --config ./configs/ghostseg_de_plain_111824.yaml --evaluate ./weights/GhostSeg_DE/Plain/GhostSeg_DE_Plain_111824-0-epoch\=2514-valid_mean_IoU\=0.77.ckpt

Prediction

  • Prediction only loads a data root and outputs polygon predictions, center lines of the polygons, and centroids of these polygons. All coordinates are in percentages of image widths and heights.
 python main.py --config ./configs/ghostseg_de_plain_111824.yaml --evaluate ./weights/GhostSeg_DE/Plain/GhostSeg_DE_Plain_111824-0-epoch\=2514-valid_mean_IoU\=0.77.ckpt --predict --predict_root ~/datasets/wwf_seg/Germany/val/

About

Repository of model development for GhostNetZero.Ai

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp