Skip to content
View vwhvpwvk's full-sized avatar

Block or report vwhvpwvk

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 Loading

  1. tf-2.10-addons tf-2.10-addons Public

    Forked from tensorflow/addons

    TF-addons fork for TensorFlow 2.10

    Python

  2. tmux HPC interactive usage tmux HPC interactive usage
    1
    ## During an interactive session:
    2
    
                  
    3
    ```
    4
    # create a new session
    5
    tmux new -s <session name>
  3. PoseAnything PoseAnything Public

    Forked from orhir/PoseAnything

    A Graph-Based Approach for Category-Agnostic Pose Estimation [ECCV 2024]

    Python

  4. CameraTraps CameraTraps Public

    Forked from microsoft/CameraTraps

    PyTorch Wildlife: a Collaborative Deep Learning Framework for Conservation.

    Jupyter Notebook

  5. tfrec-literate tfrec-literate Public

    Utility functions for reading and writing TFRecords in TensorFlow 2

    Python

  6. Useful Windows PowerShell commands Useful Windows PowerShell commands
    1
    ## Basic Commands:
    2
    
                  
    3
    Display all environmental variables:
    4
    ```
    5
    Get-ChildItem env: