Skip to content

Commit

Permalink
fix(image): remove unused saliency import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 9, 2020
1 parent 968668c commit 2a2bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/image/lib/analyses/saliency.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {IAnnotatedImageData, ImageData} from '../image-data'
import {SharpImage} from '../sharp-image'
import {Colorspace, IBlockifyOptions, IBlock, ISaliencyOptions} from '../types'
import {Colorspace, IBlock, ISaliencyOptions} from '../types'
import * as tf from '@tensorflow/tfjs-node'

const SIGMAC = 16
Expand Down

0 comments on commit 2a2bcab

Please sign in to comment.