Heidisnaps
Heidisnaps
Hi. I have some error. > module 'mxnet.symbol' has no attribute 'stack_neighbor' this is my flow: ``` $ git clone https://github.com/zhreshold/mxnet-yolo.git >> (omit) $ cd mxnet-yolo ~mxnet-yolo$ git clone --recursive...
Hi. I'm Heidi. Can I get output_image without target_image? In main.py, the results are: `results = sess.run (save_fetch, feed_dict = {inputs_raw: input_im, targets_raw: target_im, path_LR: path_lr, path_HR: path_hr}` When I...
Hello. @pudae I downloaded the file(pspnet_v1_50_miou_0_349.zip) you provided. and then, I run **test_model.py**. but like this error: ``` $ python test_model.py 2017-08-11 01:28:50.432318: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled...
Hello. **No matching distribution found for keras-mxnet** ``` (pyenv1) keras heidi $ pip install mxnet==0.11.0 --user Collecting mxnet==0.11.0 Using cached mxnet-0.11.0-cp35-cp35m-macosx_10_12_x86_64.whl Requirement already satisfied: numpy in /Users/heidi/.pyenv/versions/3.5.2/envs/pyenv1/lib/python3.5/site-packages (from mxnet==0.11.0) Requirement...
Hello. I want to Evaluate unlearned images(my own image). What should I do?