Yinhance

Results 9 issues of Yinhance

When I run the demo,then output: ``` from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, \ ModuleNotFoundError: No module named 'caffe._caffe' ``` How can I solve this problem? btw ,I use...

When I run the inference command,the error is: `UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 1: ordinal not in range(128)` How to solve this problem? btw,I followed the...

when I run the command below: make -j8 && cmake pycaffe the terminal showed: Makefile:6: *** Makefile.config not found. See Makefile.config.example.. Stop. How can I solve this problem? Thx a...

``` $ ~/MSPN/exps/mspn.2xstg.coco$ python -m torch.distributed.launch --nproc_per_node=1 test.py -i 10000 loading annotations into memory... Done (t=5.33s) creating index... index created! 2760/2760 [19:29

The opencv-3.1.0 and its contrib is installed.then I am going to install dense_flow. everything looks ok,but when I input the command below ./extract_gpu -f=test.avi -x=tmp/flow_x -y=tmp/flow_y -i=tmp/image -b=20 -t=1 -d=0...

I use the command CUDA_VISIBLE_DEVICES=0 python extract_nlvr2_image.py --split test but when I output the features: pool5[keep_boxes],I found these are equal to 0,like: ` [0., 0., 0., ..., 0., 0., 0.],...

When I run install.sh ,the error occured. I found the error came when I run build.py Creating library .\Release\_crop_and_resize.lib and object .\Release\_crop_and_resize.exp crop_and_resize.obj : error LNK2001: unresolved external symbol __imp_THFloatTensor_zero...

May I ask if it is convenient for you to make the generated results public? For example, images and corresponding descriptive data?