yingning
yingning
Hello , firstly, thanks for your shared code! The following are Error when I debug the file of "example_feat_extract.py" : File "/home/jsj/TF_FeatureExtraction/example_feat_extract.py", line 25, in import feature_extractor.utils as utils File...
WARNING: Logging before InitGoogleLogging() is written to STDERR W0626 13:00:38.930151 31448 _caffe.cpp:122] DEPRECATION WARNING - deprecated use of Python interface W0626 13:00:38.930178 31448 _caffe.cpp:123] Use this instead (with the named...
ImportError: No module named layers.text_proposal_layer Traceback (most recent call last): File "/home/jsj/pycharm-2017.1.4/helpers/pydev/pydevd.py", line 1591, in globals = debugger.run(setup['file'], None, None, is_module) File "/home/jsj/pycharm-2017.1.4/helpers/pydev/pydevd.py", line 1018, in run pydev_imports.execfile(file, globals, locals)...
The following is code that I used for testing the model after training. `from config import config` `from shintb import graph_drawer, default_box_control, svt_data_loader, runner,output_drawer` `import tensorflow as tf` `flags =...
Hello ,friends .Thank you for your good job .Can you share me more experience for encode and decode Chinese or another languages like Arabic, @JarveeLee
Hello,@BassyKuo ,the following are the errors that I met when I run `make all -j8` under the path of /home/jsj/PSPNET-cudnn5/build/ after I Configuring done and Generating done using cmake-gui. I...
Hello, @BassyKuo , First,thank you for sharing your work.When I compiled your shared code by cmake-gui(3.9.0) on ubuntu16.04+CUDA8.0+CUDNNv5.1 .I met the following warnings during the generating process. WARNING: Target "caffe"...
I hope someone can give me a hand when I run creat_data.sh on pycharm ,I got the following error: WARNING: Logging before InitGoogleLogging() is written to STDERR F0718 22:59:00.647725 16342...
Connected to pydev debugger (build 171.4694.67) usage: create_annoset.py [-h] [--redo] [--anno-type ANNO_TYPE] [--label-type LABEL_TYPE] [--backend BACKEND] [--check-size] [--encode-type ENCODE_TYPE] [--encoded] [--gray] [--label-map-file LABEL_MAP_FILE] [--min-dim MIN_DIM] [--max-dim MAX_DIM] [--resize-height RESIZE_HEIGHT] [--resize-width...