Skip to content

Commit

Permalink
Update python.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 20, 2024
1 parent 44d0d48 commit fa7f8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -4549,6 +4549,7 @@ python.Execution = class {
this.registerType('torchvision.models.detection.rpn.RegionProposalNetwork', class {});
this.registerType('torchvision.models.detection.rpn.RPNHead', class {});
this.registerType('torchvision.models.detection.ssd.SSD', class {});
this.registerType('torchvision.models.detection.ssd.SSDClassificationHead', class {});
this.registerType('torchvision.models.detection.ssd.SSDFeatureExtractorVGG', class {});
this.registerType('torchvision.models.detection.ssdlite.SSDLiteClassificationHead', class {});
this.registerType('torchvision.models.detection.ssdlite.SSDLiteFeatureExtractorMobileNet', class {});
Expand Down

0 comments on commit fa7f8e5

Please sign in to comment.