namespace BetterGenshinImpact.GameTask.Common; // [Obsolete] // public class YoloManager : Singleton, IDisposable // { // /// // /// 角色侧面头像分类器 // /// // public readonly Lazy AvatarSideIconClassifierLazy = new(() => new YoloV8(Global.Absolute("Assets\\Model\\Common\\avatar_side_classify_sim.onnx"))); // // public YoloV8 AvatarSideIconClassifier => AvatarSideIconClassifierLazy.Value; // // public void Dispose() // { // if (AvatarSideIconClassifierLazy.IsValueCreated) // { // AvatarSideIconClassifierLazy.Value.Dispose(); // } // } // }