Skip to content
View Richardn2002's full-sized avatar

Sponsoring

@shd101wyy
@LunaTheFoxgirl

Organizations

@SJTU-UMJI-20-Innovation
Block or Report

Block or report Richardn2002

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

Pinned

  1. Inochi2D/inox2d Inochi2D/inox2d Public

    Native Rust reimplementation of Inochi2D

    Rust 181 20

  2. Noeme2D/OpenSeeFace-Lite Noeme2D/OpenSeeFace-Lite Public

    Running models from OpenSeeFace project in the minimum way possible, without anything but inference. Even without ONNX Runtime.

    Python 1

  3. Noeme2D/inochi2d Noeme2D/inochi2d Public

    Forked from Inochi2D/inochi2d

    Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).

    D 4

  4. Noeme2D/STM32MP157F-DK2 Noeme2D/STM32MP157F-DK2 Public

    Hardware-specific scripts and codes for experimenting.

    C 1 1

  5. arduino-dw1000-lite arduino-dw1000-lite Public

    Arduino library for starting with Decawave's DWM1000 modules easily and fast

    C++ 11 1

  6. Zhihu chat history logger. Zhihu chat history logger.
    1
    const fs = require('fs');
    2
    const secret = JSON.parse(fs.readFileSync('secret.json'));
    3
    const IMAGE_PATH = './out/images';
    4
    const STICKER_PATH = './out/stickers';
    5
    let historyPath;