File size: 3,069 Bytes
079a30f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Bug Report Tracker

This document serves as a central repository for tracking bug reports at various stages of the development process. It includes sections for known bugs, fixed bugs, and bugs currently under testing. Each entry should contain sufficient details to understand and address the issue effectively.

## Table of Contents
- [Known Bugs](#known-bugs)
- [Fixed Bugs](#fixed-bugs)
- [Bugs Under Testing](#bugs-under-testing)
- [Reporting A New Bug](#reporting-a-new-bug)

---

## Known Bugs
List of bugs that have been reported and are acknowledged but not yet fixed.

| Bug ID | Title | Description | Severity | Reported On | Reported By | Comments |
| ------ | ----- | ----------- | -------- | ----------- | ----------- | -------- |
| ...    | ...   | ...         | ...     | ...         | ...         | ...      |

---

## Fixed Bugs
List of bugs that have been fixed. Include the version or commit where the fix was applied.

| Bug ID | Title                                                                               | Fixed In Version/Commit | Fixed On   | Fixed By | Comments             |
| ------ |-------------------------------------------------------------------------------------|-------------------------|------------|----------|----------------------|
| 001    | Lack of pre-processing during inferencing was resulting in missing most detections. | Latest                  | 2024-01-22 | David    | Added pre-processing |
| ...    | ...                                                                                 | ...                     | ...        | ...      | ...                  |

---

## Bugs Under Testing
List of bugs that have been fixed and are currently under testing.

| Bug ID | Title                                                                      | Fixed In Version/Commit | Testing Since | Being Tested By | Comments                |
| ------ |----------------------------------------------------------------------------|------------------------|---------------|-----------------|-------------------------|
| 001    | Gradio with HuggingFace does not work in Safari. Finding alternative fix.. | Not yet fixed          | 2024-01-22    | David           | Use alternative browser |
| ...    | ...                                                                        | ...                    | ...           | ...             | ...                     |

---

## Reporting A New Bug
To report a new bug, please provide the following information:

- **Title**: A concise title that summarizes the bug.
- **Description**: A detailed description of the bug.
- **Steps to Reproduce**: Step-by-step process to reproduce the issue.
- **Expected Result**: What you expect to happen.
- **Actual Result**: What actually happens.
- **Screenshots/Logs**: Attach any relevant screenshots or log files.
- **Severity**: Rate the bug's severity (Critical, High, Medium, Low).
- **Environment**: Details about the environment where the bug occurred (OS, browser, app version, etc.).
- **Reported By**: Your name and role.

---