Giter VIP home page Giter VIP logo

easyreg's People

Contributors

0lut avatar hastingsgreer avatar hbgtjxzbbx avatar marcniethammer 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyreg's Issues

How to run this source code?

Please, help me understand. How to use this source code and run step by step in order to have results? thank you.
I set up the environment completely.
** Which file can I run before?
image

Thank you very much.

README correction

The activation of easyreg is using the command conda, not source like a virtual enviroment.
The mistake is in the installation part.

Config files

Files like .config, .idea, .vscode shouldn't be included in the repository. They should be on .gitignore

setting file wrong name?

In the train_reg.py the name of the setting file for lpba is "cur_task_setting.json", however, in the folder it is "curr_task_setting.json". This is causing unexpected errors.

Add Zenodo badge for citation

Zenodo enables creation of an open source scientific software citation, complete with a DOI. This enable recognition of the work and reproducibility through identification of computational dependencies.

An GitHub README badge with the citation that is automatically updated when a GitHub Release is created can be generated as documented here:

https://guides.github.com/activities/citable-code/

BibTeX entries for papers

Many people are sharing BibTeX entries of the related papers to repository, so it might be worthful to follow that practice.

Extract the Registration Result

I have attempted to run a demo for demons registration. How can I extract the resulting images of registration?

Thanks in advance.

ModuleNotFoundError: No module named 'mermaid'

I try to run ./demo/demo_for_easyreg_eval.py via python ./demo_for_easyreg_eval.py --setting_folder_path ./demo_settings/mermaid/opt_vsvf --gpu_id 0 --task_output_path ./demo_output/mermaid/
opt_vsvf -s ./image/image_1_save.nii.gz -t ./image/image_2_save.nii.gz.

However, the error had been occurred :
Traceback (most recent call last):
File "./demo_for_easyreg_eval.py", line 247, in
do_registration_eval(args, registration_pair_list, pair_name_list)
File "./demo_for_easyreg_eval.py", line 162, in do_registration_eval
run_one_task(tsm_json_path, dm_json_path)
File "D:\Python_Code\easyreg\easyreg\piplines.py", line 58, in run_one_task
pipline.initialize(task_setting_pth,data_setting_pth,data_loaders)
File "D:\Python_Code\easyreg\easyreg\piplines.py", line 28, in initialize
self.model = create_model(self.tsk_opt)
File "D:\Python_Code\easyreg\easyreg\create_model.py", line 29, in create_model
from .mermaid_iter import MermaidIter
File "D:\Python_Code\easyreg\easyreg\mermaid_iter.py", line 1, in
from .base_mermaid import MermaidBase
File "D:\Python_Code\easyreg\easyreg\base_mermaid.py", line 2, in
from .base_reg_model import RegModelBase
File "D:\Python_Code\easyreg\easyreg\base_reg_model.py", line 2, in
from .utils import *
File "D:\Python_Code\easyreg\easyreg\utils.py", line 7, in
import mermaid.image_sampling as py_is
ModuleNotFoundError: No module named 'mermaid'

Ana I can't found this file in this project.

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.