wkdhkr/dedupper

View on GitHub
src/services/deepLearning/faceApi/FaceApiModelService.js

Summary

Maintainability
A
1 hr
Test Coverage

Function download has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async download(name: FaceApiModelName) {
    const urls = this.getModelUrlsByName(name);
    if (DeepLearningHelper.isFaceApiModelDownloaded(name)) {
      return;
    }
Severity: Minor
Found in src/services/deepLearning/faceApi/FaceApiModelService.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status