Seminar Schedule (C2017 | 2019.9-12 | 3rd semester S0500783)
*********************************************************************

+++++++++++++++++++++

  • Time: Friday, 16:10-17:40 +
  • Venue: 3-501 +
    +++++++++++++++++++++

Administrative Issues
******************************************
Paper Reading Session usually lasts 50 minutes. Each group is expected to recommend one member to do the presentation and the paper should be selected from top-conferences held in 2019, such as CVPR, ICCV, ECCV, NIPS, ICML, ICLR, etc.

Project Discussion Session usually lasts 40 minutes and each group is allocated 10 minutes. Group leader is expected to report the progress and the problems encounted.

Individual face-to-face meeting

16:00-17:00 (Mon. 3-501 *Tentative)
If you would like to have an individual meeting with me, please make an appointment at an early time. You are always welcome.


Group Arrangement
*****************************************
G1: Object detection/localization
G2: Tracking
G3: Summarization
G4: Action/Event Analysis

=============================================
W1) 9. 6 Holiday Summary & Semester Plan
W2) 9.13 Paper Reading - G1
W3) 9.20 Paper Reading - G2 + Project Discussion
W4) 9.27 Paper Reading - G3
W5) 10. 4 Holiday
W6) 10.11 Paper Reading - G4
W7) 10.18 Paper Reading - G1 + Project Discussion
W8) 10.25 Paper Reading - G2
-------------------------------------------------------------------------
W9) 11.1 Midterm project report <slides + in-progress demo>
--------------------------------------------------------------------------
W10) 11. 8 Paper Reading - G3
W11) 11.15 Paper Reading - G4 + Project Discussion
W12) 11.22 Paper Reading - G1
W13) 11.29 Paper Reading - G2
W14) 12. 6 Paper Reading - G3 + Project Discussion
W15) 12.13 Paper Reading - G4 + Proposal Plan
W16) 12.20 Proposal Discussion
--------------------------------------------------------------------------
W17) 12.27 Final project report <slides + demo code + pdf report>
--------------------------------------------------------------------------

  • Slides in English, report/speak in Chinese or English

Seminar Schedule的更多相关文章

  1. [LeetCode] Course Schedule II 课程清单之二

    There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prer ...

  2. [LeetCode] Course Schedule 课程清单

    There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prer ...

  3. POJ 1325 Machine Schedule——S.B.S.

    Machine Schedule Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 13731   Accepted: 5873 ...

  4. Spring Schedule 任务调度实现

    我们都知道任务调度可以用Quartz,但对于简单的定时任务,可以直接用Spring内置的Schedule来实现.可以由两种方式,注释+XML配置 注解方式: 注解也要先在sping.xml配置文件中配 ...

  5. HDU 3572 Task Schedule(拆点+最大流dinic)

    Task Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) To ...

  6. Spring Shedule Task之注解实现 (两次启动Schedule Task 的解决方案)

    在spring 中的新引入的task 命名空间.可以部分取代 quartz 功能,配置和API更加简单,并且支持注解方式. 第一步: 在Spring的相关配置文件中(applicationContex ...

  7. Schedule 学习

    现在做的项目都有用到Schedule,现在用一点时间来总结. 一.首先要到Nuget中下载Quartz.net. 二.下载下来了,你需要对它进行配置,使它能给你正常的使用. 三.在Global.asa ...

  8. Spring 4.x Task 和 Schedule 概述(代java配置)

    转载请注明https://zhangzhaoyu.github.io/2016/09/30/spring-task-and-schedule-deep-research/ 摘要 在很多业务场景中,系统 ...

  9. OpenMP并行构造的schedule子句详解 (转载)

    原文:http://blog.csdn.net/gengshenghong/article/details/7000979 schedule的语法为: schedule(kind, [chunk_si ...

随机推荐

  1. 《Game Programming Patterns》游戏设计模式

    转载自:https://blog.csdn.net/poem_qianmo/article/details/52505170 https://blog.csdn.net/poem_qianmo/art ...

  2. Nginx php上传文件大小的设置

  3. [NOI2019] 弹跳

    题意: 给你平面上的$n$个点,共有$m$个弹跳装置. 每个弹跳装置可以从点$p_{i}$以$t_{i}$的代价跳到矩形$(L_{i},D_{i}),(R_{i},U_{i})$中的任何一个点. 现在 ...

  4. 【02】Kubernets:使用 kubeadm 部署 K8S 集群

    写在前面的话 通过上一节,知道了 K8S 有 Master / Node 组成,但是具体怎么个组成法,就是这一节具体谈的内容.概念性的东西我们会尽量以实验的形式将其复现. 部署 K8S 集群 互联网常 ...

  5. 关于宝塔面板windows版6.2的一些使用心得

    关于宝塔面板windows版6.2的一些使用心得 第一次使用windows版本的 给客户搭建  asp+mssql的需求 心得1   安装   server2012 基于python开发的,所以安装的 ...

  6. ABP——切换MySQL数据库

    我是一名.net新手,应公司要求开始学习.net,使用的是土耳其大牛写的框架ASP.NET Boilerplate 简称ABP,是基于DDD的现代ASP.NET开发框架,ABP提供了一个启动模板用于新 ...

  7. PIE SDK影像快速拼接

    1.算法功能简介 快速拼接是对若干幅互为邻接的遥感数字图像拼在一起,构成一幅整体影像的技术过程.PIE支持快速拼接算法功能的执行,下面对快速拼接算法功能进行介绍. 2.算法功能实现说明 2.1 实现步 ...

  8. docker启动,重启,关闭命令

    docker启动命令,docker重启命令,docker关闭命令 启动        systemctl start docker守护进程重启   sudo systemctl daemon-relo ...

  9. C#常用集合类的实现以及基本操作复杂度

    List 集合类是顺序线性表,Add操作是O(1)或是O(n)的,由于List的容量是动态扩容的,在未扩容之前,其Add操作是O(1),而在需要扩容的时候,会拷贝已存在的那些元素同时添加新的元素,此时 ...

  10. 【转载】Gradle学习 第八章:依赖管理基础

    转载地址:http://ask.android-studio.org/?/article/10 This chapter introduces some of the basics of depend ...