├── .gitignore ├── README.md ├── notebooks ├── AlphaPose.ipynb ├── AlphaPoseV0_3_0.ipynb ├── CRAFT.ipynb ├── CRNNSpeech2Text.ipynb ├── CSAILVision_SemanticSegmentation.ipynb ├── CenterMask.ipynb ├── CenterNet_ObjectsAsPoints.ipynb ├── CenterNet_ObjectsAsPoints_3D.ipynb ├── DeepSORT_YOLOv3.ipynb ├── DensePose.ipynb ├── Detectron_MaskRCNN.ipynb ├── EAST.ipynb ├── HRNet_lxy5513.ipynb ├── ISR_Prediction_Tutorial.ipynb ├── LightNetPlusPlus.ipynb ├── LipGAN.ipynb ├── Matterport_Mask_RCNN.ipynb ├── MozillaDeepSpeech.ipynb ├── Mozilla_TTS_WaveRNN.ipynb ├── NVidiaCitriNetMic.ipynb ├── NVidiaJasper.ipynb ├── NVidiaQuartzNet.ipynb ├── NVidiaQuartzNetMic.ipynb ├── NVidiaWav2LetterPlus.ipynb ├── NVidia_Flowtron_Waveglow.ipynb ├── NVidia_Tacotron2_Waveglow.ipynb ├── OpenPose.ipynb ├── Open_MMLab_Detection_Toolbox_Cascade_RCNN.ipynb ├── PixelLink.ipynb ├── RealTimeVoiceCloning.ipynb ├── SSD_Pytorch_Video.ipynb ├── SiamMask.ipynb ├── SileroSTT.ipynb ├── SuperSloMo.ipynb ├── Tacotron_MongolianTTS.ipynb ├── TorchvisionDeepLabV3.ipynb ├── TorchvisionMaskRCNN.ipynb ├── TorchvisionPersonKeypoint.ipynb ├── YOLACT.ipynb ├── YOLOv3_PyTorch.ipynb └── fatchordWaveRNN.ipynb └── resources ├── billboard.jpg ├── dog.jpg ├── kitti_000020.png ├── kitti_005064.png ├── lidl.jpg └── traffic_camera.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/AlphaPose.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/AlphaPose.ipynb -------------------------------------------------------------------------------- /notebooks/AlphaPoseV0_3_0.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/AlphaPoseV0_3_0.ipynb -------------------------------------------------------------------------------- /notebooks/CRAFT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CRAFT.ipynb -------------------------------------------------------------------------------- /notebooks/CRNNSpeech2Text.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CRNNSpeech2Text.ipynb -------------------------------------------------------------------------------- /notebooks/CSAILVision_SemanticSegmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CSAILVision_SemanticSegmentation.ipynb -------------------------------------------------------------------------------- /notebooks/CenterMask.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CenterMask.ipynb -------------------------------------------------------------------------------- /notebooks/CenterNet_ObjectsAsPoints.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CenterNet_ObjectsAsPoints.ipynb -------------------------------------------------------------------------------- /notebooks/CenterNet_ObjectsAsPoints_3D.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/CenterNet_ObjectsAsPoints_3D.ipynb -------------------------------------------------------------------------------- /notebooks/DeepSORT_YOLOv3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/DeepSORT_YOLOv3.ipynb -------------------------------------------------------------------------------- /notebooks/DensePose.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/DensePose.ipynb -------------------------------------------------------------------------------- /notebooks/Detectron_MaskRCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/Detectron_MaskRCNN.ipynb -------------------------------------------------------------------------------- /notebooks/EAST.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/EAST.ipynb -------------------------------------------------------------------------------- /notebooks/HRNet_lxy5513.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/HRNet_lxy5513.ipynb -------------------------------------------------------------------------------- /notebooks/ISR_Prediction_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/ISR_Prediction_Tutorial.ipynb -------------------------------------------------------------------------------- /notebooks/LightNetPlusPlus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/LightNetPlusPlus.ipynb -------------------------------------------------------------------------------- /notebooks/LipGAN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/LipGAN.ipynb -------------------------------------------------------------------------------- /notebooks/Matterport_Mask_RCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/Matterport_Mask_RCNN.ipynb -------------------------------------------------------------------------------- /notebooks/MozillaDeepSpeech.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/MozillaDeepSpeech.ipynb -------------------------------------------------------------------------------- /notebooks/Mozilla_TTS_WaveRNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/Mozilla_TTS_WaveRNN.ipynb -------------------------------------------------------------------------------- /notebooks/NVidiaCitriNetMic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidiaCitriNetMic.ipynb -------------------------------------------------------------------------------- /notebooks/NVidiaJasper.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidiaJasper.ipynb -------------------------------------------------------------------------------- /notebooks/NVidiaQuartzNet.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidiaQuartzNet.ipynb -------------------------------------------------------------------------------- /notebooks/NVidiaQuartzNetMic.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidiaQuartzNetMic.ipynb -------------------------------------------------------------------------------- /notebooks/NVidiaWav2LetterPlus.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidiaWav2LetterPlus.ipynb -------------------------------------------------------------------------------- /notebooks/NVidia_Flowtron_Waveglow.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidia_Flowtron_Waveglow.ipynb -------------------------------------------------------------------------------- /notebooks/NVidia_Tacotron2_Waveglow.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/NVidia_Tacotron2_Waveglow.ipynb -------------------------------------------------------------------------------- /notebooks/OpenPose.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/OpenPose.ipynb -------------------------------------------------------------------------------- /notebooks/Open_MMLab_Detection_Toolbox_Cascade_RCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/Open_MMLab_Detection_Toolbox_Cascade_RCNN.ipynb -------------------------------------------------------------------------------- /notebooks/PixelLink.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/PixelLink.ipynb -------------------------------------------------------------------------------- /notebooks/RealTimeVoiceCloning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/RealTimeVoiceCloning.ipynb -------------------------------------------------------------------------------- /notebooks/SSD_Pytorch_Video.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/SSD_Pytorch_Video.ipynb -------------------------------------------------------------------------------- /notebooks/SiamMask.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/SiamMask.ipynb -------------------------------------------------------------------------------- /notebooks/SileroSTT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/SileroSTT.ipynb -------------------------------------------------------------------------------- /notebooks/SuperSloMo.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/SuperSloMo.ipynb -------------------------------------------------------------------------------- /notebooks/Tacotron_MongolianTTS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/Tacotron_MongolianTTS.ipynb -------------------------------------------------------------------------------- /notebooks/TorchvisionDeepLabV3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/TorchvisionDeepLabV3.ipynb -------------------------------------------------------------------------------- /notebooks/TorchvisionMaskRCNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/TorchvisionMaskRCNN.ipynb -------------------------------------------------------------------------------- /notebooks/TorchvisionPersonKeypoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/TorchvisionPersonKeypoint.ipynb -------------------------------------------------------------------------------- /notebooks/YOLACT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/YOLACT.ipynb -------------------------------------------------------------------------------- /notebooks/YOLOv3_PyTorch.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/YOLOv3_PyTorch.ipynb -------------------------------------------------------------------------------- /notebooks/fatchordWaveRNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/notebooks/fatchordWaveRNN.ipynb -------------------------------------------------------------------------------- /resources/billboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/billboard.jpg -------------------------------------------------------------------------------- /resources/dog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/dog.jpg -------------------------------------------------------------------------------- /resources/kitti_000020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/kitti_000020.png -------------------------------------------------------------------------------- /resources/kitti_005064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/kitti_005064.png -------------------------------------------------------------------------------- /resources/lidl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/lidl.jpg -------------------------------------------------------------------------------- /resources/traffic_camera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tugstugi/dl-colab-notebooks/HEAD/resources/traffic_camera.jpg --------------------------------------------------------------------------------