maxfrei750 / paddle

Toolbox for the easy, deep learning-based primary particle size analysis of agglomerated, aggregated, partially sintered or simply occluded particles.
MIT License
9 stars 1 forks source link

No module found paddle #4

Closed Rajarshi1001 closed 2 years ago

Rajarshi1001 commented 2 years ago

I have successfully created the conda environment and on runing the jupyter lab, I went inside the __demos/03_analyze_dataset/analyze_dataset__ notebook. On running the first cell itself I encountered with the following error. image

Rajarshi1001 commented 2 years ago

Could you please tell how to test the model on my sample image as I am unable to figure it out, I try running the juyter notebooks but each of the notebooks throws an error.

maxfrei750 commented 2 years ago

It seems that paddle was not added to your python PYTHONPATH. Some IDEs (like PyCharm, which I used for the development and testing) do this automatically. If yours does not, then you need to add it in the code (using something like this).

maxfrei750 commented 2 years ago

I wrote a small setup.py, which allows paddle to be installed in your conda environment (see updated instructions in readme).