Skip to content

Commit

Permalink
model_build
Browse files Browse the repository at this point in the history
  • Loading branch information
NeelGahalot committed Jun 30, 2024
0 parents commit ee7c62e
Show file tree
Hide file tree
Showing 1,043 changed files with 147,972 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Example .gitignore file
*.csv
*.jpg
sensitive_check.py
*.npy
*.pth
Deeplab/overlay_predict.ipynb
Deeplab/credentials.env
.ipython/profile_default/history.sqlite
weights/groundingdino_swint_ogc.pth.1
Sam_LoRA/lora_weights/lora_rank512.safetensors
yolov9/weights/best.pt
webapp_client_secret.json
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "weights"]
path = weights
url = /weights
[submodule "Deeplab"]
path = Deeplab
url = /Deeplab
54 changes: 54 additions & 0 deletions .idea/this_studio.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .lesshst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.less-history-file:
.search
1 change: 1 addition & 0 deletions .lightning_studio/.studiorc
13 changes: 13 additions & 0 deletions .lightning_studio/on_start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

# This script runs every time your Studio starts, from your home directory.

# List files under fast_load that need to load quickly on start (e.g. model checkpoints).
#
# ! fast_load
# <your file here>

# Add your startup commands below.
#
# Example: streamlit run my_app.py
# Example: gradio my_app.py
79 changes: 79 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"python.defaultInterpreterPath": "/home/zeus/miniconda3/envs/cloudspace/bin/python",
"jupyter.kernels.excludePythonEnvironments": [
"/commands/python3",
"/commands/python",
"/bin/python3.10",
"/usr/bin/python3.10",
"/bin/python3",
"/usr/bin/python3",
"/bin/python3.8",
"/usr/bin/python3.8",
"/home/zeus/miniconda3/bin/python"
],
"workbench.startupEditor": "none",
"python.terminal.activateEnvironment": false,
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.localEchoLatencyThreshold": 0,
"terminal.integrated.localEchoEnabled": "off",
"terminal.integrated.localEchoStyle": "#000000",
"remote.autoForwardPorts": false,
"jupyter.notebookFileRoot": "${workspaceFolder}",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"terminal.integrated.showTerminalConfigPrompt": false,
"files.exclude": {
"venv": true,
"lightning-annotations.json": true,
".lightning-app-sync": true,
".lighting-app-sync": true,
".lightning-app-run": true,
"**/*.lightning_upload": true,
".ssh*/**": true,
".conda*/**": true,
".config*/**": true,
".npm*/**": true,
".nvm*/**": true,
".bower*/**": true,
".ipython": true,
".local*/**": true,
".oh-my-zsh*/**": true,
".cache": true,
"miniconda3": true,
".condarc": true,
".gitconfig": true,
".hushlogin": true,
".profile": true,
".screenrc": true,
".sudo_as_admin_successful": true,
".zcompdump*": true,
".bash_history": true,
".bashrc": true,
".zsh_history": true,
".zshrc": true,
".zshenv": true,
".zlogin": true,
".zprofile": true,
".zlogout": true,
".python_history": true,
".lightningignore": true,
".nv": true,
".docker": true,
".jupyter": true,
".lightning": true,
".vscode": true,
".vscode/**": true,
".wget-hsts": true,
".vscode-server/**": true,
".vscode-server-insiders/**": true,
".tmplaigit": true,
".viminfo": true,
".idea/**": true,
".java/**": true
},
"files.associations": {
"*.studiorc": "shellscript"
},
"files.enableTrash": false,
"explorer.excludeGitIgnore": true
}
6 changes: 6 additions & 0 deletions .wget-hsts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# HSTS 1.0 Known Hosts database for GNU Wget.
# Edit at your own risk.
# <hostname> <port> <incl. subdomains> <created> <max-age>
github.com 0 1 1714875941 31536000
docs.google.com 0 0 1717603951 31536000
accounts.google.com 0 1 1717603952 31536000
821 changes: 821 additions & 0 deletions Checking_mask_quality.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ee7c62e

Please sign in to comment.