/yueye

Code for my blog:

Primary LanguagePython

yueye

Code of my blog: yueye

  1. XOR with TensorFlow.

    Blog link.

  2. FizzBuzz with TensorFlow.

    Blog link.

  3. Plot Mask on Image.

    Blog link.

  4. Visualize outputs of intermediate layers of a Keras model. (Method 1)

    Visualize outputs of intermediate layers of a Keras model. (Method 2)

    Blog link.

  5. TensorFlow Dataset with pre-reading image data in numpy array.

    TensorFlow Dataset with generator.

    TensorFlow Dataset with tensor operations.

    Blog link.

  6. Convert custom own dataset to pascal_voc format.

    Blog link.

  7. Plot Chinese characters on images. (using Matplotlib)

    Plot Chinese characters on images. (using PIL.Image)

    Plot Chinese characters on images. (using cv2)

    Blog link.

  8. Convert dataset to COCO json format to train models using Detectron

    Blog link.