Giter Club home page Giter Club logo

optic-disc-unet's Introduction

Welcome ๐Ÿ‘‹

  • ๐Ÿง Interested in Artificial Intelligence.
  • ๐ŸŽ“ Graduated from East China Normal University with degree of M. S. in computer science.
  • ๐Ÿ“š Like Games. Wants to be an Indie Game Developer
Some other achievements...
  • ๐ŸŽ‰ Tensorflow Certified Developer. ๐Ÿคช

Languages and Frameworks



GitHub Statistics


Take a look at my repositories and let's get in touch!

visitor badge


optic-disc-unet's People

Contributors

deeptrial avatar kant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

optic-disc-unet's Issues

ValueError

[INFO] Saving Training Data
Traceback (most recent call last):
File "main_train.py", line 54, in
main_train()
File "main_train.py", line 35, in main_train
dataloader.prepare_dataset()
File "/home/mir/Optic-Disc-Unet/experiments/data_loaders/standard_loader.py", line 69, in prepare_dataset
imgs_val, groundTruth = self._access_dataset(self.val_img_path, self.val_groundtruth_path, self.val_type)
File "/home/mir/Optic-Disc-Unet/experiments/data_loaders/standard_loader.py", line 48, in _access_dataset
imgs[index,:,:,0]=np.asarray(orgImg[:,:,1]*0.75+orgImg[:,:,0]*0.25)
ValueError: could not broadcast input array from shape (400,599) into shape (400,600)

code error

thank you for your share, i try to run your code, but it appear one error:
first,i want to know your image, gt are 1D in your dataset?
In standard_loader.py , 47 line code : orgImg=plt.imread(orgPath) ,it will produce 2D array,
but 48 line code : imgs[index,:,:,0]=np.asarray(orgImg[:,:,1]*0.75+orgImg[:,:,0]*0.25), it appear one
error , too many index! and i don't know what you want in this line code?

not enough values in test

Traceback (most recent call last):
File "main_test.py", line 40, in
main_test()
File "main_test.py", line 28, in main_test
infer.predict()
File "C:\Users\vcvis\Desktop\Optic-Disc-Unet-master\perception\infers\segmention_infer.py", line 51, in predict
_, contours, _ = cv2.findContours(binaryResult, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
ValueError: not enough values to unpack (expected 3, got 2)

please help
thank you

test problem

Why is the probability output of the test results almost close to 1 when I am training with your project, the test picture is close to white paper?

Request Pretrained Weights

Thanks for sharing your work.
Please share your Pretrained Weights for this work for further analysis, as it would help me and verify your results.
I really appreciate it if you answer these questions. Thanks very much.

Train with our own data set

Hi!
First of all, thank you very much for sharing your code!

I would to train it with my own data set. Could you explain me what things should I change?
Only in segmention_config.json? And what mean each variable?
Sorry for so much question!

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.