Skip to content
View zhubin1's full-sized avatar

Block or report zhubin1

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 Loading

  1. gluon-cv gluon-cv Public

    Forked from dmlc/gluon-cv

    Gluon CV Toolkit

    Python

  2. cvpr2019 cvpr2019 Public

    Forked from extreme-assistant/CVPR2024-Paper-Code-Interpretation

    cvpr2019/cvpr2018/cvpr2019 papers,极市团队整理

  3. awesome-image-classification awesome-image-classification Public

    Forked from weiaicunzai/awesome-image-classification

    A curated list of deep learning image classification papers and codes

  4. deep_learning_object_detection deep_learning_object_detection Public

    Forked from hoya012/deep_learning_object_detection

    A paper list of object detection using deep learning.

  5. DeepLearnToolbox DeepLearnToolbox Public

    Forked from happynear/DeepLearnToolbox

    MATLAB

  6. hw2_image_classification hw2_image_classification Public

    Forked from chyelang/hw2_image_classification

    利用TensorFlow(TF),本作业实现了一个基于full convolution stack、inception v2 module等模块的图片分类网络,纵向共包含10层包含参数的层,采用自己搭建的卷积层。对于dset1与dset2采用同样的网络结构,分别进行训练。最终在dset1验证集(约含900张图,下同)上的Top1分类准确率约为0.52,在dset2验证集上的Top1准确率约为…

    Python