如何根据其前缀将球件归档到文件夹中

发布于 2025-01-21 21:05:30 字数 481 浏览 0 评论 0原文

我有4000个鱼类图片档案,如下所示:

acanthistius_cinctus_1
acanthistius_cinctus_2
acanthopagrus_latus_1
acanthopagrus_latus_2
...

有468种。

为了训练计算机视觉模型,我需要对这些文件进行分组,以便每个物种都有一个具有相关图片的文件夹。

这样:

acanthistius_cinctus/ 
                     acanthistius_cinctus_1
                     acanthistius_cinctus_2

我需要一个powershell脚本,因为我在其他类型的脚本中有些迷失。

I have 4000 fish picture files, named as follows:

acanthistius_cinctus_1
acanthistius_cinctus_2
acanthopagrus_latus_1
acanthopagrus_latus_2
...

There are 468 species.

In order to train a computer vision model, I need to group these files to have a folder for each species with related picture inside.

Like this :

acanthistius_cinctus/ 
                     acanthistius_cinctus_1
                     acanthistius_cinctus_2

I need a PowerShell script because I'm a bit lost with other types of scripts.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文