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

Object_Detection: NanoDet (GSOC) #87

Closed
wants to merge 128 commits into from
Closed

Conversation

Sidd1609
Copy link
Contributor

@Sidd1609 Sidd1609 commented Aug 19, 2022

Updated files for object detection using YOLOX,
files uploaded for review:

  • Model files (.onnx format FP16)
  • Model: Nanodet-plus-m-1.5x-416
  • README
  • LICENSE (Apache 2.0)
  • demo.py (with image and webcam inference options)
  • NanoDet.py (class NanoDet)
  • examples (test_data: test images, results: inferred results)
  • COCO class names (coco.names)

COMPLETED:

  • Model upload
  • demo file
  • NanoDet file
  • Example inference (image and webcam)

TO DO:

  • Model quantization

@Sidd1609 Sidd1609 changed the title Gsoc_NanoDet Object_Detection: NanoDet (GSOC) Aug 19, 2022
@fengyuentau fengyuentau self-assigned this Aug 19, 2022
@fengyuentau fengyuentau added the GSoC Google Summer of Code projected related label Aug 19, 2022
@fengyuentau
Copy link
Member

This PR is for NanoDet, so please remove the object_detection_yolox directory.

@Sidd1609
Copy link
Contributor Author

removed yolox directory

models/object_detection_nanodet/NanodetPlus.py Outdated Show resolved Hide resolved
models/object_detection_nanodet/NanodetPlus.py Outdated Show resolved Hide resolved
models/object_detection_nanodet/NanodetPlus.py Outdated Show resolved Hide resolved
models/object_detection_nanodet/coco.names Outdated Show resolved Hide resolved
models/object_detection_nanodet/demo.py Outdated Show resolved Hide resolved
removing coco.names file
- updated changes
resolved changes, no limit on capture "cv2.waitKey(1) < 0" [Line 138]
@Sidd1609
Copy link
Contributor Author

Sidd1609 commented Oct 11, 2022 via email

@fengyuentau
Copy link
Member

@Sidd1609 could you squash commits into one? I am going to work on this pr and merge it.

@Sidd1609
Copy link
Contributor Author

Sidd1609 commented Oct 21, 2022 via email

@fengyuentau
Copy link
Member

close in favor of #103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC Google Summer of Code projected related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants