Skip to content

ImageJ macro recorder, issue with modelurl and changeTFMapping #25

@romainGuiet

Description

@romainGuiet

Hi @CSBDeep authors,

When using my own network in FIJI, the macro recorder gets :
run("Run your network", "input=img_001.tif normalizeinput=true percentilebottom=3.0 percentiletop=99.8 clip=false ntiles=64 blockmultiple=64 overlap=16 batchsize=1 modelfile=Z:\\careplay\\HCS_vs_DAPI_Phallo\\For_Pred\\mydataset_256patches_of128_trgtGT-2chs_srclow_2chs_10_probaTrue_u-depth3_u-k5_u-n1st32_tspe100.zip showprogressdialog=true");

which when you run it prompts a window asking to specify modelurl and with a button “Adjust mapping of TF network input”.

It’s possible to get away with the modelurl, using “” in the GUI, then the recorder gets :

run("Run your network", "input=img_001-1.tif normalizeinput=true percentilebottom=3.0 percentiletop=99.8 clip=false ntiles=64 blockmultiple=64 overlap=16 batchsize=1 modelfile=Z:\\careplay\\HCS_vs_DAPI_Phallo\\For_Pred\\mydataset_256patches_of128_trgtGT-2chs_srclow_2chs_10_probaTrue_u-depth3_u-k5_u-n1st32_tspe100.zip modelurl=\"\" showprogressdialog=true");

but I’m still stuck with the button “Adjust mapping of TF network input”.
The issue might come from here but I’m not sure how we should change it. Is adding required = false would be enough ?

Best,

Romain

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions