We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67c16e commit 09b5017Copy full SHA for 09b5017
src/faceLandmarkNet/FaceLandmark68TinyNet.ts
@@ -1,6 +1,5 @@
1
-import { TinyFaceFeatureExtractorParams } from 'src/faceFeatureExtractor/types';
2
-
3
import { TinyFaceFeatureExtractor } from '../faceFeatureExtractor/TinyFaceFeatureExtractor';
+import { TinyFaceFeatureExtractorParams } from '../faceFeatureExtractor/types';
4
import { FaceLandmark68NetBase } from './FaceLandmark68NetBase';
5
6
export class FaceLandmark68TinyNet extends FaceLandmark68NetBase<TinyFaceFeatureExtractorParams> {
tsconfig.json
@@ -22,7 +22,6 @@
22
"module": "commonjs",
23
"target": "es5",
24
"moduleResolution": "node",
25
- "baseUrl": ".",
26
"lib": ["es2015", "dom"],
27
"typeRoots": [
28
"typings",
0 commit comments