-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: main
Are you sure you want to change the base?
Conversation
ml-model/model/image_to_latex.py
Outdated
@@ -0,0 +1,22 @@ | |||
from rapid_latex_ocr import LatexOCR | |||
|
There was a problem hiding this comment.
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
ml-model/model/latex_to_tree.py
Outdated
import networkx as nx | ||
import matplotlib.pyplot as plt | ||
|
||
|
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
ml-model/yolov5/main.py
Outdated
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] + " " |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
ml-model/yolov5/tests3.py
Outdated
mybucket = 'mathsearch-intermediary' | ||
prefix = 'ex01/' | ||
|
||
i = 0 |
There was a problem hiding this comment.
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
this access key file shouldn't be pushed
avoid merge conflict
avoid merge conflict
avoid merge conflict
code clean up on backend ec2, push up to end of SP23