Skip to content
View SekiroRong's full-sized avatar
🏠
Working from home
🏠
Working from home
  • HKU
  • Hong Kong
Block or Report

Block or report SekiroRong

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
SekiroRong/README.md

Hello there 👋

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SekiroRong:

    def __init__(self):
        self.name = "Sekiro Rong"
        self.role = "Senior Research Engineer"
        self.language_spoken = ["Chinese", "English", "Cantonese", "Español"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SekiroRong()
me.say_hi()

📝 Blogs

🔧 Technologies & Tools

And I love sausage-mcmuffin-with-egg™

And I love sausage-mcmuffin-with-egg™

Pinned

  1. SFA3D-PointPainting SFA3D-PointPainting Public

    A Panoramic Awareness Network inspired by PointPainting and SFA3D

    Python 4 3

  2. Carla_dataset_generator Carla_dataset_generator Public

    An automatic dataset generator for 2D/3D detection and segment mission based on Carla Simulator

    Python 3 2

  3. YOLOP YOLOP Public

    Unofficial reimplement of YOLOP

    Python 7

  4. mmdetection3d mmdetection3d Public

    Forked from open-mmlab/mmdetection3d

    OpenMMLab's next-generation platform for general 3D object detection.

    Python 3