Coder Social home page Coder Social logo

agnet's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar

agnet's Issues

NameError: name 'AG_Net' is not defined

Hi,

I am trying to understand your code after reading the paper. There are several issues I am trying to deal with. First, running the code directly from main.py, I got an error stating "NameError: name 'AG_Net' is not defined". Also, running the code directly from models.py gave another error stating that "ModuleNotFoundError: No module named 'guided_filter_pytorch.guided_filter_attention'". Thus, I am not sure which one is the base file. Also, I tried to search google for more guidance but I didn't find any.

Could you please let me know what to fix to make it work?

AGnet for autonomus driving dataset

@HzFu hi thanks for open sourcing the work , i had few queries

  1. can we use this source code to train on other datasets like autonomus driving dataset
  2. can we integrated AG net with other architecture to improve your the accuracy

Please share your thoughts on this

This property should not be used in TensorFlow 2.0, as updates are applied automatically.

I am not sure the specific tf function that leads to this, please how can I retrace the warning to catch it?

C:\Users\Omisore\AppData\Roaming\Python\Python37\Lib\venv\scripts\python.exe "G:/Documents/Asst Prof/Publications/ICRA 2022/Code/selfTrial.py"
2021-09-11 12:41:28.922000: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX AVX2
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
Exploring [-0.08397679 -0.46502669 -0.97932531]
0
Completed in 0 trials
I am here
WARNING:tensorflow:From E:\ProgramData\Anaconda3\envs\tf23\lib\site-packages\tensorflow\python\training\tracking\tracking.py:111: Model.state_updates (from tensorflow.python.keras.engine.training) is deprecated and will be removed in a future version.
Instructions for updating:
This property should not be used in TensorFlow 2.0, as updates are applied automatically.
2021-09-11 12:41:29.289000: W tensorflow/python/util/util.cc:348] Sets are not currently considered sequences, but this may change in the future, so consider avoiding using them.
WARNING:tensorflow:From E:\ProgramData\Anaconda3\envs\tf23\lib\site-packages\tensorflow\python\training\tracking\tracking.py:111: Layer.updates (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version.
Instructions for updating:
This property should not be used in TensorFlow 2.0, as updates are applied automatically.
I got here
I got here 1
I got here 2
I got here 3

Process finished with exit code 0

How to generate train/test .pkl file

Dear HzFu:
Thanks for your general work for Retinal Vessel Segmentation. In reading your code, I don't understand the way to generate train.pkl and test.pkl file, could you please help, thanks a lot!!

Image data pre-process part?

Hello, where is the image pre-process part and gamma correction code, I read them in your article but not found yet.

Validation set

Have you divided the verification set on the DRIVE dataset? Because there are only train_list and test_list in the train_dict.pkl file, but I see an option for vali_list in the code.

ERROR: multi_class must be in ('ovo', 'ovr')

Dear HzFu:
Have you ever met with the following ERROR?

Traceback (most recent call last):
  File "test.py", line 144, in <module>
    fast_test(model, args, test_img_list, model_name)
  File "test.py", line 102, in fast_test
    Auc = roc_auc_score(tmp_gt, tmp_out)
  File "/site-packages/sklearn/metrics/_ranking.py", line 381, in roc_auc_score
    raise ValueError("multi_class must be in ('ovo', 'ovr')")
ValueError: multi_class must be in ('ovo', 'ovr')

So puzzled????

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.