Attention is all you need
, paper review by Yannic Kilcher.Attention and Transformer Networks
, lecture by Pascal Poupart.- Thomas Kipf blog post is the first place to start for GCN.
- A good video tutorial is from Microsoft Research.
- Online book on deep learning with implementation d2l.ai.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import torch | |
import torch.nn as nn | |
import torch.nn.functional as F | |
from torch import optim | |
import numpy as np | |
import math | |
- Create gparted live usb using Tuxboot.
- In Tuxboot GUI, select GParted as distribution to be installed.
- Follow these gparted instructions to add unallocated space into exiting partions.
- Boot into gparted live usb. Might need to change the booting order.
- To change the partition size, left click on the side of partition and then start dragging.
- To directly boot into firmware setup utility or bios setup from command line in current session:
sudo systemctl reboot --firmware-setup
- Taken from Ubuntu 16.04 - how can I disable Secure Boot?
- Alterante hack to manipulate the partitions size is by creating a bootable pendrive of ubuntu and change existing disk sizes from gparted by booting in the pendrive. This works because of the fact that you cant change d
- Cuda and cudnn:
- cuDNN Archive
- Experiment performed on Hierarchical Pose Graph Optimization.
- In our formulation topological nodes come at higher level of hierarchy tree followed by dense pose graph nodes.
- We are currently experimenting that whether just optimizing the pose graph of higher topological nodes is sufficient to recover the trajectory close to the groundtruth.
- The aim is to exploit topological information to get faster pose graph optimization time and get good enough map for robot navigation from one topology to another topology.
- Here we are assuming that our frontend would be able to detect loop closures at the intersection of topological nodes.
- Blog:
- Thesis:
- Paper:
- DenseFusion: 6D Object Pose Estimation by Iterative Dense Fusion
- Video of topological classification without pose optimization.
- Video of topological classification and pose optimization using Manhattan and Loop closure constraints from ICP, based on Nodes proposed by MLP.
- Batch optimization is done after every 40 poses, total 2800 poses were there.
- Yellow dashed line denotes the constraints between two poses.
- Simultaneously robot's POV video and live manhattan graph generation can also be shown.
- Following are the results of noisy trajectory optmization in g2o using
Cauchy Cost Function
vsDCS Algorithm
.
- Following are the results of dataset1's second half optimization, using manhattan constraints.
- Rotation rectified by aligning first 50 poses of noisy trajectory vs ground truth trajectory.
- Previous results of optmization on star shaped trajectory with rotation effect
NewerOlder