質問編集履歴

1

プログラムの中に『scroll to the bottom 』という余計な文が入ってました。

2022/08/11 03:58

投稿

bure
bure

スコア3

test CHANGED
File without changes
test CHANGED
@@ -73,7 +73,6 @@
73
73
 
74
74
  guard let pixelBuffer: CVPixelBuffer = CMSampleBufferGetImageBuffer(sampleBuffer) else { return }
75
75
 
76
- scroll to the bottom
77
76
  guard let model = try? VNCoreMLModel(for: Resnet50().model) else { return }
78
77
  let request = VNCoreMLRequest(model: model) { (finishedReq, err) in
79
78