Skip to content

本赛题任务是对西安的热门景点、美食、特产、民俗、工艺品等图片进行分类,即首先识别出图片中物品的类别(比如大雁塔、肉夹馍等),然后根据图片分类的规则,输出该图片中物品属于景点、美食、特产、民俗和工艺品中的哪一种。

License

Notifications You must be signed in to change notification settings

tantao14/HWCC_image_classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

将代码中torch.save(net.state_dict(), '%s/net_%03d.pth' % (args.outf, epoch + 1)) 改为torch.save(net.module, '%s/net_%03d.pth' % (args.outf, epoch + 1))即可解决 报错'collections.OrderedDict' object has no attribute 'eval'。源文件已经修改

“华为云杯”2019人工智能创新应用大赛

比赛链接点击这里:“华为云杯”2019人工智能创新应用大赛

直接运行src/train.py文件即可

知乎详解

知乎详解点击这里

此代码为线下运行代码,不支持华为云端运行

About

本赛题任务是对西安的热门景点、美食、特产、民俗、工艺品等图片进行分类,即首先识别出图片中物品的类别(比如大雁塔、肉夹馍等),然后根据图片分类的规则,输出该图片中物品属于景点、美食、特产、民俗和工艺品中的哪一种。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%