Coder Social home page Coder Social logo

bytesc / image-recognition-system Goto Github PK

View Code? Open in Web Editor NEW
28.0 2.0 5.0 17.04 MB

✨基于 3D 卷积神经网络(CNN)的阿尔兹海默智能诊断 Web 应用 Alzheimer's Intelligent Diagnosis Web Application based on 3D Convolutional Neural Network and the ADNI Dataset ✨ 🚩(with README in English) 📌含在线demo:医学影像识别系统,图像识别可视化界面,OCR,快速部署深度学习模型为网页应用,Web预测系统,决策支持系统(DSS),图像识别前端网页,图像识别Demo展示-Pywebio。AI人工智能图像识别-Pytorch;nii医学影像处理;ADNI数据集。100%纯Python代码,轻量化,易复现

Home Page: http://www.bytesc.top

License: MIT License

Python 100.00%
python pytorch pywebio image-recognition nibabel ocr pyecharts web-prediction-system webapp adni

image-recognition-system's People

Contributors

bytesc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

image-recognition-system's Issues

Data issues

How to download ADNI datasets,l already have access to visit,but l dont know how to use or select the "Advanced search" to choose the suitable images.

如何从ADNI官网下载数据,已经获取相关下载权限,但不知道如何选择检索条件获取数据图片
屏幕截图 2024-03-14 125635

数据集格式问题

你好,请问一下这个项目是否必须使用nii格式的数据集,如果是的话,那么怎么才可以在Adni网站上下载呢,我自己去下载只下载得到一些图片,没有这个格式的文件

关于网页使用自己的nii图片上传的问题

请问web界面使用自己图片上传的功能,上传nii图片时,报维度错误,是因为上传的格式不是nii的错误吗,还是nii的数据不对的问题呢。
提交的时候ai诊断结果是可以正确的识别的,但是查看的时候就会出现维度的错误
image
image

About slice of NII images

Thanks for you sharing and past work.
I saw your code within datasets.py:
img = torch.from_numpy(img) # 将图像数据转换为PyTorch张量 img = img.squeeze() # 去除张量中维数为1的维度 img = img.reshape(1, -1, 256, 256) # 根据torch.nn.Conv3d的输入要求(C, D, H, W),对数据进行reshape img = img[:, 0:160, :, :].float() # 对数据进行裁剪和类型转换
Could you help to clarify why you img[:, 0:160, :, :]? How did you set the parameter 160? what is the meaning of that?

关于数据集相关的问题 discussion about this project

您好,我还是有几个问题想问一下。
问题一:.nii格式的数据现在应该怎么下载呢?因为我按照正常方式框选之后,现在是不可以直接选择NIFTI格式数据的,对于原始图像的话,下载下来是dcm格式,所以想问问您是怎么下载的呢?
问题二:您认为如果用预处理过的数据对该模型进行训练,会不会对分类准确率产生积极的影响呢?
问题三:如果需要预处理的话,您觉得应该进行什么样的步骤呢?最好就是最后可以把预处理模块嵌入到模型当中,然后,上传原始图像就可以进行预测,只不过或许也会执行预处理的步骤,可以执行,也可以不执行这种,您觉得是否可行呢?
问题四:您在创建该模型的时候有没有考虑过就是说,把每一个人作为一个主体,然后,针对他前后上传的两次或者几次MRI然后来判断该患者是否是进展型患者呢?
问题五:针对其他权威论文里面的数据集,就是类别上会不会有区别呢?比如说,该项目里面是把患者分成了5类,如果使用多的数据集的话,数据量是变多了,但是不知道在类别上是否可以对应呢?这个问题我也不太清楚,所以会有一点点疑问哈抱歉,我问题可能有点多呢
问题六:您觉得做阿尔茨海默病分类网站的话,可以做什么事情对其进行改进吗因为我们需要有创新点想问问您的想法~
问题七:您觉得目前您存在的问题应该怎么解决呢?
然后就是,因为我也是做阿尔茨海默病的分类,这方面的同行的人也比较少,而且由于我是专硕,所以最后也是需要做个网站出来,所以您介不介意在您的项目基础上我进行改进呢?或者说,可以有机会跟你一起实现这个事情吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.