如何根据其前缀将球件归档到文件夹中
我有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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论