deepimagej / models

4 stars 5 forks source link

python function to create deepImageJ run macro #29

Closed esgomezm closed 2 years ago

esgomezm commented 3 years ago

@oeway it worked for some models :)

esgomezm commented 2 years ago

@carlosuc3m and @oeway this function should now work for most models except Usiigaci (the mask RCNN). In that case the input size is given as auto, auto, 3 and it output several objects with different names.

I can run a conditional for that specific model but any deepImageJ model using java pre/post-processing would have the same casuistic as this one and it's quite difficult to control it.