Vicent Gilabert

Results 4 issues of Vicent Gilabert

Hi, Ive tried to test the algorithom but always recieve the same error: python demo_image.py --image \sample_images\ski.jpg Using TensorFlow backend. start processing... Traceback (most recent call last): File "demo_image.py", line...

Hi people, Im working in a Object Detection project and when i execute the generate_tfrecord.py, I have this error: (tensorflow1) c:\tensorflow1\research\object_detection\images>python generate_tfrecord.py --csv_input=test_labels.csv --output_path=test.record --image_dir=test/ WARNING: Logging before flag parsing...

#### Changes Refactor colormaps. Add the posibility to use ColorMap class to load bult-in colormaps or generate news. Add colormap_data.py with all of data of colormaps (default num_colors=64). Add a...

enhancement :rocket:
module: color

### Describe the bug From https://github.com/kornia/kornia/pull/2860#issuecomment-2022116373 If the input tensor is an image without batch (C,H,W), where the normalisation would be applied incorrectly (without giving an error). A possible solution...

bug :bug:
help wanted