Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code clean up on backend ec2, push up to end of SP23 #51

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

emerisly
Copy link
Collaborator

code clean up on backend ec2, push up to end of SP23

@emerisly emerisly self-assigned this Oct 22, 2023
@@ -0,0 +1,22 @@
from rapid_latex_ocr import LatexOCR

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you delete this files from the PR? Lots of people have made changes on these files and will screw it up

import networkx as nx
import matplotlib.pyplot as plt


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file as well

'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream

Usage - formats:
$ python detect.py --weights yolov5s.pt # PyTorch
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? Why do we have a copy? If it's nothing, please delete this

result_coords += row[0] + " "
result_coords += str(int(row[0])+1) + " "

# result_coords += row[0] + " "
result_coords += row[3] + " "
result_coords += row[4] + " "
result_coords += row[5] + " "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also delete this change as well

@@ -0,0 +1 @@
0 0.492647 0.564091 0.33 0.0518182
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete the dataset folder, since these are all runs

mybucket = 'mathsearch-intermediary'
prefix = 'ex01/'

i = 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this? If this is not useful, please delete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants