All Projects → finlay-liu → Baidu-Dog2017

finlay-liu / Baidu-Dog2017

Licence: other
http://js.baidu.com/

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Baidu-Dog2017

Horovod
Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet.
Stars: ✭ 11,943 (+32178.38%)
Mutual labels:  baidu, deeplearning
Kerasdeepspeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Stars: ✭ 245 (+562.16%)
Mutual labels:  baidu, deeplearning
Nodejs Sdk
百度AI开放平台 Node.js SDK
Stars: ✭ 222 (+500%)
Mutual labels:  baidu
Savior
(WIP)The deployment framework aims to provide a simple, lightweight, fast integrated, pipelined deployment framework for algorithm service that ensures reliability, high concurrency and scalability of services.
Stars: ✭ 124 (+235.14%)
Mutual labels:  deeplearning
ty-baidu-textcensor
🗑在Typecho中加入百度文本内容审核,过滤评论中的敏感内容
Stars: ✭ 42 (+13.51%)
Mutual labels:  baidu
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (+559.46%)
Mutual labels:  baidu
baidu-chain-dog
百度莱茨狗爬虫。
Stars: ✭ 52 (+40.54%)
Mutual labels:  baidu
Dc Sdk
DC-SDK 是基于 Cesium 进行二次开发的2、3D一体 WebGis 应用框架,该框架优化了 Cesium 的使用方式和增添了一些额外功能,旨在为开发者快速构建 WebGis 应用。🌎
Stars: ✭ 206 (+456.76%)
Mutual labels:  baidu
genetic deep learning
No description or website provided.
Stars: ✭ 13 (-64.86%)
Mutual labels:  deeplearning
terminal-translate
a terminal-translate tool
Stars: ✭ 73 (+97.3%)
Mutual labels:  baidu
LeXun.Security.OAuth
用于 Asp.Net 和 Asp.Net Core 的OAuth2社交身份验证提供程序。支持支付宝,QQ,微信,百度等第三方登录
Stars: ✭ 19 (-48.65%)
Mutual labels:  baidu
UEditorNetCore
百度在线编辑器UEditor在ASP.NET Core下的服务端,使用简单,易于扩展。
Stars: ✭ 14 (-62.16%)
Mutual labels:  baidu
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+2994.59%)
Mutual labels:  baidu
Ecommercecrawlers
码云仓库链接:AJay13/ECommerceCrawlers Github 仓库链接:DropsDevopsOrg/ECommerceCrawlers 项目展示平台链接:http://wechat.doonsec.com
Stars: ✭ 3,073 (+8205.41%)
Mutual labels:  baidu
awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+2597.3%)
Mutual labels:  deeplearning
Sitedorks
Search Google/Bing/Ecosia/DuckDuckGo/Yandex/Yahoo for a search term with a default set of websites, bug bounty programs or a custom collection.
Stars: ✭ 221 (+497.3%)
Mutual labels:  baidu
BaiduSpider
项目已经移动至:https://github.com/BaiduSpider/BaiduSpider !! 一个爬取百度搜索结果的爬虫,目前支持百度网页搜索,百度图片搜索,百度知道搜索,百度视频搜索,百度资讯搜索,百度文库搜索,百度经验搜索和百度百科搜索。
Stars: ✭ 29 (-21.62%)
Mutual labels:  baidu
mpapi
🐤 小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序
Stars: ✭ 40 (+8.11%)
Mutual labels:  baidu
the-subway-of-china
中国地铁图
Stars: ✭ 104 (+181.08%)
Mutual labels:  baidu
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-48.65%)
Mutual labels:  deeplearning

说明

  1. 解决思路

  使用各种Pre-trained的模型进行提取特征,并concat到一起,然后只用训练最后一层FC层,可复现线上0.173成绩.

TODO:数据扩充和物体检测.

代码使用方法:

# 提取VGG13特征,并进行保存
python torch_feature.py --model vgg13 --ffpath ./feature/vgg13.h5 

# 提取DenseNet169特征,并进行保存
python torch_feature.py --model densenet169 --ffpath ./feature/densenet169.h5

# 使用提取的特征跑二层模型
python torch_l2.py
  1. 所用框架: Pytorch(拒绝keras和TensorSlow框架).

其他

代码有问题请自己解决,谢谢,希望大家玩的开心!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].