Maxfashko

Results 7 issues of Maxfashko

Hi. I am trying to get a CI for a new x value that was not in the training set. ``` X_train.shape = 2000, 1 X_test.shape = 1, 1 X_test...

Hi, @ZFTurbo! I tryed convert retinanet model with backbone resnet50 and it faled. I used https://github.com/fizyr/keras-retinanet. ``` File "/usr/local/lib/python3.6/dist-packages/kito/__init__.py", line 330, in reduce_keras_model new_layer = clone_model(layer) File "/usr/local/lib/python3.6/dist-packages/keras/models.py", line 251,...

Hi, how to start webdemo.py ? I'm trying to run webdemo.py follows: `python 'webcam_demo.py' --model SegNet-Tutorial/Models/segnet_inference.prototxt --weights SegNet-Tutorial/Models/Inference/test_weights.caffemodel --colours SegNet-Tutorial/Scripts/test/0_image.png` I get the following error: `File "webcam_demo.py", line 32, in...

Hey. Please tell me if I need to change the structure of the network, if I use only two classes? I think that when you use only two classes, I...

Hello! I have a video card x4 m2090. Will I be able to run SegNet in this equipment?

Hey. I implemented the inference using this code. But it seems that the boxes do not correspond to the actual location of objects in the image. I did not implement...

#16 42.54 [ 86%] Building CUDA object CMakeFiles/pplcv_static.dir/src/ppl/cv/cuda/sepfilter2d.cu.o #16 42.72 /opt/ppl.cv/src/ppl/cv/cuda/norm.hpp(687): warning #173-D: floating-point value does not fit in required integral type #16 42.72 partial_mins[threadIdx_x] = 3.40282346638528859811704183484516925e+38F; #16 42.72 ^...