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 numpy as np | |
| import pye57 | |
| import cv2 | |
| import open3d as o3d | |
| from pyquaternion import Quaternion | |
| import matplotlib.pyplot as plt | |
| ########################################## | |
| class Image: |
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
| """ | |
| Modified from https://github.com/KaiyangZhou/deep-person-reid | |
| Modified for https://github.com/YangYongJin/APEX | |
| """ | |
| import warnings | |
| import torch | |
| import torch.nn as nn | |
| from .radam import RAdam |
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
| # STILL NOT WORKING | |
| # THIS ARE MY NOTES OF BUILDING AN INSTALLING XORGXRDP AND XRDP (WITH NVIDIA GPU ACCELERATION) | |
| # TESTED ON UBUNTU 22.04 | |
| # Credits to https://github.com/neutrinolabs/xrdp/issues/1422#issuecomment-1113730648 | |
| ## << BUILD AND INSTALL SCRIPT START >> ## | |
| #!/bin/bash | |
| # Install Latest XRDP with XORGXRDP |