Kevin mei

Results 14 comments of Kevin mei

> I realized the home path doesn't work in this context, I have fixed it by changing: > `--partition_volumes ~/third_party/neuroproof_examples/validation_sample/af.h5:af` > to > `--partition_volumes validation1:/home/user/third_party/neuroproof_examples/validation_sample/af.h5:af` Can you get the results...

> I didn't reproduce the exact demo data in the paper because it's a different species than what I'm interested in but it performs great on my data. Run_inference.py can...

> I'm not sure what you're asking. FFN is a 3D solver, the output is 3D. Output shape is (250, 250, 250),it shows that 250(numbers) x 2D segmentation(w:250,h:250).

> I didn't reproduce the exact demo data in the paper because it's a different species than what I'm interested in but it performs great on my data. HELLO, There...

How to save the model according to the set conditions, not periodically. I noticed that MonitoredSession is a very inefficient method.

> I am also trying to do the same. After inspecting the code, I figured out the following solution, to train with more than one data volumes. > Let's assume...

> > > I am also trying to do the same. After inspecting the code, I figured out the following solution, to train with more than one data volumes. >...

@jcrudy hi,I met the same problem Using d:\program files\anaconda3\lib\site-packages Searching for scikit-learn==0.18.2 Best match: scikit-learn 0.18.2 Adding scikit-learn 0.18.2 to easy-install.pth file Using d:\program files\anaconda3\lib\site-packages Searching for scipy==1.1.0 Best match:...

####I modified the code in the following two ways, ssd_mobilenet_utils.py and test_ssd_mobilenet.py, Put them in the same folder. so it work well。 import ssd_mobilenet_utils as s #1 s.() ... from...

if img_ch = 3, Input is grayscale image transfer to channel 3 another issue ValueError: Target and input must have the same number of elements. target nelement (196608) != input...