Skip to content
View csmab's full-sized avatar

Block or report csmab

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. NWPU_Report NWPU_Report Public

    西北工业大学课程设计/大作业 LaTeX 模板

    TeX 5

  2. pytorch-CycleGAN-and-pix2pix pytorch-CycleGAN-and-pix2pix Public

    Forked from junyanz/pytorch-CycleGAN-and-pix2pix

    Image-to-Image Translation in PyTorch

    Python 1

  3. apex apex Public

    Forked from ptrblck/apex

    A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch

    Python 1

  4. FastMaskRCNN FastMaskRCNN Public

    Forked from CharlesShang/FastMaskRCNN

    Mask RCNN in TensorFlow

    Python

  5. annotated_deep_learning_paper_implementations annotated_deep_learning_paper_implementations Public

    Forked from labmlai/annotated_deep_learning_paper_implementations

    🧑‍🏫 59 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, ...), gans(cycleg…

    Jupyter Notebook

  6. Image-matching-and-ranging-based-on-binocular-stereo-vision Image-matching-and-ranging-based-on-binocular-stereo-vision Public

    Forked from Cuirongcheng/Image-matching-and-ranging-based-on-binocular-stereo-vision

    双目立体视觉是计算机视觉范畴的核心之一,它利用双目相机来获得目标物体的图像,经过物体图像处理 之后得到目标物体所在场景环境的三维信息,最终实现非接触条件下测距,简单便捷。本次毕业设计主要内容为研究 基于双目立体视觉平台上的图像匹配以及目标物体的距离测量技术,图像特征提取部分研究了 SIFT 算法和 SURF 算 法,特征匹配部分研究了 BF 法和 FLANN 法,距离测量研究主要通过视差深度…

    Python