tigerdhl

Results 8 issues of tigerdhl

I use the library to a segmentation project p = augm.Pipeline(img_path) p.ground_truth(mask_path) p.rotate(probability=1, max_left_rotation=5, max_right_rotation=5) p.flip_left_right(probability=0.7) p.zoom_random(probability=0.7, percentage_area=0.8) p.flip_top_bottom(probability=0.7) g = p.keras_generator(batch_size=64) image,label = next(g) print("the image shape:",image.shape) print("the label...

the "test" command is "python main.py --mode test --gpu [gpu_id] --image [test_image_path] --box2d [test_2d_boxes_path] --model [model_path] --output " and I get the model by trained the model, now I want...

I used rapidjson in linux, and this error happened while I do cmake, what is wrong? `/rapidjson/document.h:2334:15: error: expected unqualified-id before ‘bool’ bool Bool(bool b) { new (stack_.template Push()) ValueType(b);...

hi, can this project decode the PSD file?

thanks for share the tec and did u have the linux version?

thank u for share the code, and does this code can extract the feature point to match two images?