上一页 1 ··· 590 591 592 593 594 595 596 597 598 ··· 782 下一页
摘要: Preparing Data for YOLO-World Overview For pre-training YOLO-World, we adopt several datasets as listed in the below table: Data Samples Type Boxes Ob 阅读全文
posted @ 2024-03-08 17:19 绝不原创的飞龙 阅读(373) 评论(0) 推荐(0)
摘要: .\YOLO-World\configs\segmentation\yolo_world_seg_l_dual_vlpan_2e-4_80e_8gpus_seghead_finetune_lvis.py _base_ = ( '../../third_party/mmyolo/configs/yol 阅读全文
posted @ 2024-03-08 17:18 绝不原创的飞龙 阅读(344) 评论(0) 推荐(0)
摘要: .\YOLO-World\configs\pretrain\yolo_world_v2_l_vlpan_bn_2e-3_100e_4x8gpus_obj365v1_goldg_train_1280ft_lvis_minival.py # 设置基础配置文件路径 _base_ = ('../../thi 阅读全文
posted @ 2024-03-08 17:16 绝不原创的飞龙 阅读(379) 评论(0) 推荐(0)
摘要: .\YOLO-World\configs\deploy\detection_onnxruntime-fp16_dynamic.py # 设置基础路径为指定的配置文件路径 _base_ = ( '../../third_party/mmdeploy/configs/mmdet/detection/' 阅读全文
posted @ 2024-03-08 17:14 绝不原创的飞龙 阅读(550) 评论(0) 推荐(0)
摘要: .\marker\marker\models.py # 从 marker.cleaners.equations 模块中导入 load_texify_model 函数 from marker.cleaners.equations import load_texify_model # 从 marker. 阅读全文
posted @ 2024-03-08 17:03 绝不原创的飞龙 阅读(141) 评论(0) 推荐(0)
摘要: .\marker\benchmark.py import argparse import tempfile import time from collections import defaultdict from tqdm import tqdm from marker.convert import 阅读全文
posted @ 2024-03-08 16:58 绝不原创的飞龙 阅读(189) 评论(0) 推荐(0)
摘要: RotaryEmbedding # 旋转位置嵌入,应用于每一层 Q 和 K class RotaryEmbedding(nn.Module): def __init__(self, dim, rope_ratio=1, original_impl=False, device=None, dtype= 阅读全文
posted @ 2024-03-07 16:58 绝不原创的飞龙 阅读(138) 评论(0) 推荐(0)
摘要: .\PokeLLMon\poke_env\teambuilder\teambuilder_pokemon.py """This module defines the TeambuilderPokemon class, which is used as an intermediate format t 阅读全文
posted @ 2024-03-07 15:02 绝不原创的飞龙 阅读(30) 评论(0) 推荐(0)
摘要: .\PokeLLMon\poke_env\player\player.py """This module defines a base class for players. """ import asyncio import random from abc import ABC, abstractm 阅读全文
posted @ 2024-03-07 15:01 绝不原创的飞龙 阅读(41) 评论(0) 推荐(0)
摘要: .\PokeLLMon\poke_env\exceptions.py """ This module contains exceptions. """ # 定义一个自定义异常类 ShowdownException,继承自内置异常类 Exception class ShowdownException( 阅读全文
posted @ 2024-03-07 15:00 绝不原创的飞龙 阅读(23) 评论(0) 推荐(0)
上一页 1 ··· 590 591 592 593 594 595 596 597 598 ··· 782 下一页