All Projects → ywcmaike → 2018 Zjuai Pyramidboxdetector

ywcmaike / 2018 Zjuai Pyramidboxdetector

2018 云从人头技术冠军分享方案

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to 2018 Zjuai Pyramidboxdetector

Jstarcraft Rns
专注于解决推荐领域与搜索领域的两个核心问题:排序预测(Ranking)和评分预测(Rating). 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了70多种排序预测与评分预测算法,是最快最全的Java推荐与搜索引擎.
Stars: ✭ 324 (+224%)
Mutual labels:  context
Scs
HTTP Session Management for Go
Stars: ✭ 847 (+747%)
Mutual labels:  context
Yewdux
Redux-like state containers for Yew apps
Stars: ✭ 58 (-42%)
Mutual labels:  context
Slacker
Slack Bot Framework
Stars: ✭ 495 (+395%)
Mutual labels:  context
Vue Context Api
A react-like context component api for Vue.js
Stars: ✭ 19 (-81%)
Mutual labels:  context
Filter
ConTeXt module to process contents of a start-stop environment through an external program
Stars: ✭ 36 (-64%)
Mutual labels:  context
Iter Reason
Code for Iterative Reasoning Paper (CVPR 2018)
Stars: ✭ 263 (+163%)
Mutual labels:  context
React Waterfall
React store built on top of the new context API
Stars: ✭ 1,318 (+1218%)
Mutual labels:  context
Parse Code Context
Parse code context in a single line of javascript, for functions, variable declarations, methods, prototype properties, prototype methods etc.
Stars: ✭ 7 (-93%)
Mutual labels:  context
Alveron
Elm & Reason inspired state management for React
Stars: ✭ 57 (-43%)
Mutual labels:  context
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (+416%)
Mutual labels:  context
Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (+688%)
Mutual labels:  context
Log4j2 Ttl Thread Context Map
🌳 Log4j2 TTL ThreadContextMap, Log4j2 extension integrated TransmittableThreadLocal to MDC
Stars: ✭ 41 (-59%)
Mutual labels:  context
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+4578%)
Mutual labels:  context
Go Httpwares
Go HTTP Server Middleware and Client Tripperware
Stars: ✭ 60 (-40%)
Mutual labels:  context
Resh
Rich Enhanced Shell History - Contextual shell history for zsh and bash
Stars: ✭ 310 (+210%)
Mutual labels:  context
Use Global Context
A new way to use “useContext” better
Stars: ✭ 34 (-66%)
Mutual labels:  context
Carskit
Java-Based Context-aware Recommendation Library
Stars: ✭ 98 (-2%)
Mutual labels:  context
Chi
lightweight, idiomatic and composable router for building Go HTTP services
Stars: ✭ 10,581 (+10481%)
Mutual labels:  context
Parse Comments
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
Stars: ✭ 53 (-47%)
Mutual labels:  context

2018云从人头技术 冠军方案分享 运行环境: Ubuntu16.04 pytorch0.3.1 torchvision numpy cuda cudnn等

需要GPU 如Titan 12G等。

pretrained_model/Res50_pyramid.pth 链接:https://pan.baidu.com/s/13Uf1uWSi-aMbNsbzUDl5Gg 密码:yy73 Test 新建weights/, model文件在这里下载 通用模型: 链接:https://pan.baidu.com/s/1hDGi02UsHplftYFpfcAvpw 提取码:9xk1 our专用模型:链接:https://pan.baidu.com/s/1PN3aBBr4Frzb9RvO4NgfNw 提取码:kkrc

1、将数据置于yuncong_test_set文件夹中, 2、直接运行test_yuncong_*.py 可以得到对应的生成文件,更多的参数设置请看文件

train 1 将数据放在当前目录下,即2018云从人头技术-...., 此目录下有Mall Part_A 等场景的原始数据,你可以相应的调整,但原来的代码文件路径可能需要相应的调整. 2 数据增强,对每个场景都有对应的数据增强,由于之前使用的是paddlepaddle版本的pyramidbox的数据格式,需要调用一下topytorch.py来生成pytorch版本的数据格式,可以自己去调整. 最后对每个场景生成训练的数据文件集如: cat UCSD.txt augfile_UCSD > final_UCSD.txt 3 然后可以进行训练, 可生成通用的模型,也可对应场景的模型, mod/parta/partb/mall/ucsd/our等. 运行相应的代码即可.

最近在赶deadline,更多训练的步骤,后续将更详细的给出. 如有疑问,请联系我 微信: 13032893650 手机: 13032893650 email: [email protected] [email protected]

更多细节请看 .docx 和 .pptx 文件

欢迎star

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].