Dzhoshkun Ismail Shakir

Results 9 issues of Dzhoshkun Ismail Shakir

[We have decided to migrate the format of NiftyNet configuration files from INI to YAML](https://cmiclab.cs.ucl.ac.uk/CMIC/NiftyNet/issues/189), as the latter is more flexible. As part of this migration, we have also decided...

enhancement

This is a sub-task of #166 The configuration file parameters are documented [on RTD][config-doc]. * [ ] Once all the sub-tasks of #166 have been addressed, * [ ] these...

documentation

This is a sub-task of #166 * [ ] depends on #168 The new parser to be implemented as part of #168 should be refactored to support loading of a...

enhancement

This is a sub-task of #166 For a roadmap, see the following comment: https://github.com/NifTK/NiftyNet/issues/166#issuecomment-407015033 Basically: * [x] deprecate the current [INI parser](https://github.com/NifTK/NiftyNet/blob/dev/niftynet/utilities/user_parameters_parser.py) * [ ] implement a new parser along...

enhancement

73daf6928380412e14b291baf6ee07187a58f2f7 seems to have reverted the copyright year back to 2018 (for the details, please see [this commit list](https://github.com/NifTK/NiftyNet/commits/dev?after=645dae6f31e9b4a348acebb9f21425bfd87fb540+34)) The copyright year should be changed back to 2017.

question

Здравейте! Много благодарен съм за вашия проект, тъй-като Kindle няма built-in български речник 🙏 Използвам v1.2 досега, и с удоволствие виждам че новата версия решава няколко проблема, които лично съм...

After these changes, I am able to build the converter under Mac OS X 10.10.3. The addition to `np_opencv_converter.cpp` was needed, as I was otherwise getting an [ImportError](https://www.google.com/search?client=safari&rls=en&q=ImportError:+dynamic+module+does+not+define+init+function+%28initnp_opencv_converter%29&ie=UTF-8&oe=UTF-8#rls=en&q=ImportError:+dynamic+module+does+not+define+init+function) when attempting...

**STATUS: IN PROGRESS** Closes #2 Mirrored all INI configuration files to YAML format. * [INI sections][configparser] are top-level [YAML Sequence nodes][yaml-node] * [INI key-value pairs][configparser] are [YAML Scalar nodes][yaml-node] [configparser]:...

This is virtually the same as https://github.com/NifTK/NiftyNet/issues/168, but for the configuration files found in this repository.