Skip to content
View bsmirnovf's full-sized avatar
Block or Report

Block or report bsmirnovf

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

Popular repositories

  1. iqranazir6198 iqranazir6198 Public

    #include<stdio.h> void mergesort(int a[],int i,int j); void merge(int a[],int i1,int j1,int i2,int j2); int main() { …

    C

  2. CommandlineConfig CommandlineConfig Public

    Forked from NaiboWang/CommandlineConfig

    A library for users to write (experiment in research) configurations in Python Dict or JSON format, read and write parameter value via dot . in code, while can read parameters from the command line…

    Python

  3. Min_Max_Similarity Min_Max_Similarity Public

    Forked from AngeLouCN/Min_Max_Similarity

    A contrastive learning based semi-supervised segmentation network for medical image segmentation

    Python

  4. FNPC FNPC Public

    Forked from xyimaging/FNPC

    The official implementation for paper: False Negative/Positive Control for SAM on Noisy Medical Images

    Python