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

update grounding dino #304

Merged
merged 4 commits into from
Dec 8, 2023
Merged

Conversation

ZeroAct
Copy link
Contributor

@ZeroAct ZeroAct commented Nov 20, 2023

No description provided.

@ZeroAct ZeroAct requested a review from kimdanni November 20, 2023 11:03
break
if frame_id % interval == 0:
frame_path = frame_dir / f"{frame_id:06d}.jpg"
cv2.imwrite(str(frame_path), frame)
Copy link
Contributor

Choose a reason for hiding this comment

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

Need to use waffle_utils, Because, Korean in the path can cause unexpected errors.

@ZeroAct ZeroAct merged commit 323629f into snuailab:0.3.1a1 Dec 8, 2023
@ZeroAct ZeroAct deleted the update_auto_label branch December 8, 2023 01:45
ZeroAct added a commit that referenced this pull request Dec 8, 2023
* Update __init__.py

* add restrict option to dataset export (#302)

* add strict option to dataset export

* Add background in Dataset  (#301)

* Add: background data function

* Add: export background

* Add docstring

* Update feedback

* update grounding dino (#304)

* update grounding dino

* update download.sh

* update class id

* hotfix

* Fix: signal handling (#305)

* fix signal handling

* Update feedbacks

* Fix feedbacks

* Update __init__.py

* Update README.md

---------

Co-authored-by: Jiyong-Jeon <[email protected]>
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