André Pedersen

Results 112 comments of André Pedersen

You cannot do the proposed "pip install" solution as this will not download the binaries, but rather run the setup.py install as you previously did for SimpleCRF, and then we...

@ralkalay the whole idea with this solution is that you should not need VS and C++ build tools to use SimpleCRF and AFAIK MONAI-Label for that manner. Simply `pip install...

@ralkalay well currently my binaries are not published as part of a release on PyPI, so simply doing `pip install SimpleCRF` or placing `SimpleCRF` in the requirements.txt file will not...

@masadcv OK, I have a workin solution now. At least when testing it on my machines with different python versions on both Windows and Ubuntu Linux it installs and running...

@diazandr3s All this VS and C++ build tools stuff is very annoying and not easy to understand at times. If we are able to get around that, it would make...

> The easiest way to verify if all works is to set everything up with monai label, run one of the provided apps and try updating with scribbles I agree....

Just made the necessary modifications to the demos, such that I could use them in the workflows. Added units tests for all three demos, which is now running (and working)...

@diazandr3s it is ready to be tested with monailabel. Let me know how it goes :]

> How I should install it? Please let me know @diazandr3s As the binaries are located at: https://github.com/andreped/SimpleCRF/releases You can simply install by running: ``` pip install https://github.com/andreped/SimpleCRF/releases/download/v0.2.1.1-rc1/SimpleCRF-0.2.1.1-cp38-cp38-linux_x86_64.whl ``` Given...

@SachidanandAlle you **_cannot_** have `SimpleCRF==0.2.1.1` in the requirements.txt file (yet). Then you are installing the wrong version and not using the precompiled binaries I made **in a separate fork**. If...