nikigoli/countgd
Pin transitive dependency (starlette) as a workaround (#12)
Update app.py
Update app.py
Fix recent colab errors (#11)
removed share=True
Testing what happens if I leave allowed_paths in as an arg in launch
Removed allowed_paths arg in launch
Added share=True to launch in app.py
Update requirements.txt
Fix limiting logits to ind_to_filter (removed this in get_boxes_from_prediction)
Export box coordinates in demo notebook (#10)
Fix device variable which was shadowed (#8)
add-demo-notebook (#5)
Fix gradio-image-prompter dependency (#7)
Temporary fix - app doesnt work with pytorch 2.6 yet. (#6)
optimize-docker (#3)
Removing fastapi requirement
Downgrading gradio to 4.44.1
Upgraded gradio
Trying to fix issue identified here: https://github.com/gradio-app/gradio/issues/9275 by updating requirements.txt
Update app.py
Removed img_buf.close operation to ensure image is usable after loading from buffer
Closed the img buffer after use
Added plt.close() to help with resource management
Removed tmp directory os var setting and added queue() to demo launch
Added warning suppression
Removed print statements
Removed print statements
Removed extraneous print statements
Removed print statements
Updated gradio to 4.38.1
Update models/GroundingDINO/ms_deform_attn.py
Delete models/GroundingDINO/ops/build/lib.linux-x86_64-cpython-310/MultiScaleDeformableAttention.cpython-310-x86_64-linux-gnu.so
Reverted build_ops.sh to the one from commit 0163de186a539bd69c6a45927face2578c0ff568
Reverted app.py to the one from commit 0163de186a539bd69c6a45927face2578c0ff568
Update models/GroundingDINO/ms_deform_attn.py
Update app.py
Upload MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
Delete models/GroundingDINO/ops/MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
Update build_ops.sh
Update build_ops.sh
Upload MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
Set CUDA_HOME
Update build_ops.sh
Upload ops.zip
Update build_ops.sh
Upload MultiScaleDeformableAttention.cpython-310-x86_64-linux-gnu.so
Upload 2 files
Delete MultiScaleDeformableAttention-1.0-cp310-cp310-linux_x86_64.whl
Added a different install command based on ninja
