Skip to content
View jiexiong2016's full-sized avatar
:shipit:
:shipit:
  • Stockholm, Sweden

Highlights

  • Pro

Block or report jiexiong2016

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jiexiong2016/README.md
class Attributes(jiexiong2016):
	
    @staticmethod
    def contact() -> tuple:
        name = "Jiexiong Tang"
        email = "[email protected]"
        return name, email

    @staticmethod
    def life() -> tuple:
        langs = ['English', 'Chinese']
        base  = ['Stockholm', 'Sweden']
        return langs, base
	
    @staticmethod
    def skills() -> tuple:
        coding = {
            'daily use':   ['python', 'c++'],
            'if have to': ['c', 'cuda']
        }
        expertise  = ['Computer vision', 'Machine learning', 
                    'Simultaneous localization and mapping', 'Self-supervised learning',
                    'Deep but not that deep learning']		
        return coding, expertise
	
    @staticmethod
    def education() -> tuple:
        highest = ['Phd in Computer Science', 'KTH Royal Institute of Technology']
        return highest

Pinned Loading

  1. GCNv2_SLAM GCNv2_SLAM Public

    Real-time SLAM system with deep features

    C++ 775 194

  2. TRI-ML/KP3D TRI-ML/KP3D Public

    Code for "Self-Supervised 3D Keypoint Learning for Ego-motion Estimation"

    Python 239 29

  3. TRI-ML/KP2D TRI-ML/KP2D Public

    Python 176 35