Skip to content

Commit

Permalink
testing resnet
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyYao7 committed Apr 16, 2024
1 parent 5195686 commit 3e7c125
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def main():
img = camera.Capture()
detections = net.Detect(img)

print(detections)

if __name__ == "__main__":
main()

0 comments on commit 3e7c125

Please sign in to comment.