-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I could not find Inference2D.py that the evaluation script was referring to.
Specifically in the evaluation portion with this code:
"python ${CODE_SEG}/Inference2D.py --gpu_id 0 --model_path ${SEG_MODEL} --sequence_path "${DATASET}/${SEQUENCE}" --output_path "${DATASET}/${SEQUENCE}_SEG_RES" --edge_dist 3 --edge_thresh=0.3 --min_cell_size 100 --max_cell_size 1000000 --fov 0 --centers_sigmoid_threshold 0.8 --min_center_size 10 --pre_sequence_frames 4 --data_format NCHW --save_intermediate --save_intermediate_path ${DATASET}/${SEQUENCE}_SEG_intermediate
"
I want to try out the model for just evaluating on my custom dataset.
Also would be great if I can get some advice on how to run this.
Thank You
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels