SRIP19_SelfDriving

所属分类:自动驾驶
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2019-09-20 20:26:22
上 传 者sh-1993
说明:  使用更快的RCNN和以对象为中心的网络的多驾驶行为预测模型。,
(Multiple driving action prediction model using Faster-RCNN and object-centric network.,)

文件列表:
.DS_Store (6148, 2019-09-20)
BDD_action_gt/ (0, 2019-09-20)
BDD_action_gt/IMU to action.ipynb (70698, 2019-09-20)
BDD_action_gt/label.ipynb (216488, 2019-09-20)
BDD_action_gt/single_label.py (1566, 2019-09-20)
BDD_action_gt/train_action.json (8525273, 2019-09-20)
BDD_action_gt/train_action.txt (9588111, 2019-09-20)
BDD_action_gt/train_gt_action.json (615834, 2019-09-20)
BDD_action_gt/train_id.txt (111540, 2019-09-20)
BDD_action_gt/val_action.json (1258823, 2019-09-20)
BDD_action_gt/val_action.txt (1411250, 2019-09-20)
BDD_action_gt/val_gt_action.json (88928, 2019-09-20)
BDD_action_gt/val_id.txt (16346, 2019-09-20)
I3D/ (0, 2019-09-20)
I3D/LICENSE (1061, 2019-09-20)
I3D/archive/ (0, 2019-09-20)
I3D/archive/bdd_dataset.py (2774, 2019-09-20)
I3D/archive/train_bdd.py (6520, 2019-09-20)
I3D/bdd_dataset.py (3068, 2019-09-20)
I3D/bdd_dataset_feature.py (3162, 2019-09-20)
I3D/bdd_dataset_rectangle.py (3263, 2019-09-20)
I3D/data/ (0, 2019-09-20)
I3D/data/bdd12k.json (902032, 2019-09-20)
I3D/data/bdd12k_4action.json (797416, 2019-09-20)
I3D/data/dummy-dataset/ (0, 2019-09-20)
I3D/data/dummy-dataset/cat/ (0, 2019-09-20)
I3D/data/dummy-dataset/cat/cat1.jpeg (20707, 2019-09-20)
I3D/data/dummy-dataset/cat/cat2.jpeg (17321, 2019-09-20)
I3D/data/dummy-dataset/cat/cat3.jpeg (66287, 2019-09-20)
I3D/data/dummy-dataset/cat/cat4.jpeg (15884, 2019-09-20)
I3D/data/dummy-dataset/dog/ (0, 2019-09-20)
I3D/data/dummy-dataset/dog/dog1.jpeg (61713, 2019-09-20)
I3D/data/dummy-dataset/dog/dog2.jpeg (47313, 2019-09-20)
I3D/data/dummy-dataset/dog/dog3.jpeg (18232, 2019-09-20)
I3D/data/dummy-dataset/dog/dog4.jpeg (29801, 2019-09-20)
I3D/data/imagenet_class_index.json (35363, 2019-09-20)
I3D/evaluate.py (4493, 2019-09-20)
... ...

# SRIP19: Self-Driving and Multi-task Learning ## Content + [BDD_action_gt](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./BDD_action_gt): use IMU and GPS info from BDD dataset to generate single action ground truth. + [multiple_action_labels](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./multiple_action_label): use AWS Mturk to label multiple actions and reasons of selected 12k BDD videos. + [data_info](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./data_info): contains names of train, test and validation datasets. + [mask-rcnn](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./mask-rcnn): Mask-RCNN model, forker from Facebook AI group and modified with action prediction. + [I3D](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./I3D): inflated Conv3D model, adapted to Pytorch 1.0 and our new annotated BDD multi-action dataset. + [maskrcnn-video](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/./maskrcnn-video): Using our customized I3D backbone with 640x360 image sequences input to extract glob features and roi features with selectors, performing end-to-end training. ## Papers for reference ### Self-Driving Review + [Deep Multi-modal Object Detection and Semantic Segmentation for Autonomous Driving: Datasets, Methods, and Challenges.](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1902.07830.pdf) ### Existing Self-Driving Datasets + [BDD100K: A Diverse Driving Video Database with Scalable Annotation Tooling](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1805.04687.pdf) + [The ApolloScape Dataset for Autonomous Driving](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8575295&tag=1) + [The Cityscapes Dataset for Semantic Urban Scene Understanding](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://www.cityscapes-dataset.com/wordpress/wp-content/papercite-data/pdf/cordts2016cityscapes.pdf) ### Multi-task Learning methods + [An Overview of Multi-Task Learning in Deep Neural Networks](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1706.05098.pdf) + [Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_cvpr_2018/papers/Kendall_Multi-Task_Learning_Using_CVPR_2018_paper.pdf) + [MultiNet: Real-time Joint Semantic Reasoning for Autonomous Driving](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1612.07695.pdf) + [UberNet: Training a Universal Convolutional Neural Network for Low-, Mid-,and High-Level Vision using Diverse Datasets and Limited Memory](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_cvpr_2017/papers/Kokkinos_Ubernet_Training_a_CVPR_2017_paper.pdf) + [Cross-stitch Networks for Multi-task Learning](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_cvpr_2017/papers/Kokkinos_Ubernet_Training_a_CVPR_2017_paper.pdf) ### Video Prediction in self-driving + [Trajectory prediction summary](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://github.com/xuehaouwa/Awesome-Trajectory-Prediction) + [DESIRE: Distant Future Prediction in Dynamic Scenes with Interacting Agents](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_cvpr_2017/papers/Lee_DESIRE_Distant_Future_CVPR_2017_paper.pdf) + Code: https://github.com/yadrimz/DESIRE + [Fast and Furious: Real Time End-to-End 3D Detection, Tracking and Motion Forecasting with a Single Convolutional Net](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_cvpr_2018/papers/Luo_Fast_and_Furious_CVPR_2018_paper.pdf) + [Predicting Deeper into the Future of Semantic Segmentation](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/http://openaccess.thecvf.com/content_ICCV_2017/papers/Luc_Predicting_Deeper_Into_ICCV_2017_paper.pdf) + Code: https://github.com/facebookresearch/SegmPred + [Predicting Future Instance Segmentation by Forecasting Convolutional Features](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1803.11496.pdf) + Code: https://github.com/facebookresearch/instpred #### Some Prediction models Summary: [Video prediction papers with code](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://paperswithcode.com/task/video-prediction) + [Deep Multi-scale video prediction beyond mean square error](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1511.05440.pdf) + Code in lua: https://github.com/coupriec/VideoPredictionICLR2016 + Code in tf: https://github.com/dyelax/Adversarial_Video_Generation + [Prediction Under Uncertainty with Error-Encoding Networks](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1711.04994.pdf) + Code: https://github.com/mbhenaff/EEN + [Deep Predictive Coding Networks for Video Prediction and Unsupervised Learning](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1605.08104.pdf) + Code: https://github.com/coxlab/prednet + [Peeking into the Future: Predicting Future Person Activities and Locations in Video](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1902.03748.pdf) + Code: https://github.com/google/next-prediction #### Some semantic segmentation approaches Summary: [Semantic segmentation papers with code](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://paperswithcode.com/task/semantic-segmentation) + [Fast-SCNN: Fast Semantic Segmentation Network](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1902.04502.pdf) + Code: https://github.com/DeepVoltaire/Fast-SCNN + [DeeplabV3: Rethinking Atrous Convolution for Semantic Image Segmentation](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://arxiv.org/pdf/1706.05587.pdf) + Code: https://github.com/fregu856/deeplabv3 ---- ### Useful github repo + [Mask-rcnn benchmark](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://github.com/facebookresearch/maskrcnn-benchmark/tree/master/maskrcnn_benchmark) + [Inflated_convnets_pytorch](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://github.com/hassony2/inflated_convnets_pytorch) + [pytorch_i3d with training](https://github.com/Xiaoyin96/SRIP19_SelfDriving/blob/master/https://github.com/piergiaj/pytorch-i3d)

近期下载者

相关文件


收藏者