Skip to content

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

Open
emerisly wants to merge 7 commits into
mainfrom
code-clean-up
Open

code clean up on backend ec2, push up to end of SP23#51
emerisly wants to merge 7 commits into
mainfrom
code-clean-up

Conversation

@emerisly

Copy link
Copy Markdown
Collaborator

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

@emerislyemerisly self-assigned this Oct 22, 2023
Comment threadml-model/model/image_to_latex.py Outdated
@@ -0,0 +1,22 @@
from rapid_latex_ocr import LatexOCR

Copy link
Copy Markdown
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

Comment threadml-model/model/latex_to_tree.py Outdated
import networkx as nx
import matplotlib.pyplot as plt


Copy link
Copy Markdown
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
Copy Markdown
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

Comment threadml-model/yolov5/main.py Outdated
# result_coords += row[0] + " "
result_coords += row[3] + " "
result_coords += row[4] + " "
result_coords += row[5] + " "

Copy link
Copy Markdown
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
Copy Markdown
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

Comment threadml-model/yolov5/tests3.py Outdated
mybucket = 'mathsearch-intermediary'
prefix = 'ex01/'

i = 0

Copy link
Copy Markdown
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 freeto 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

@emerisly@zhangtravis@lee-johann