mb-rag 1.1.3__tar.gz → 1.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mb-rag might be problematic. Click here for more details.

mb_rag-1.1.6/PKG-INFO ADDED
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.2
2
+ Name: mb_rag
3
+ Version: 1.1.6
4
+ Summary: RAG function file
5
+ Author: ['Malav Bateriwala']
6
+ Requires-Python: >=3.8
7
+ Requires-Dist: mb_base
8
+ Dynamic: author
9
+ Dynamic: requires-dist
10
+ Dynamic: requires-python
11
+ Dynamic: summary
@@ -159,6 +159,7 @@ class BoundingBoxProcessor:
159
159
  if google_bb:
160
160
  value = [int(value[0] * img.shape[0] * 0.001), int(value[1] * img.shape[1]* 0.001),
161
161
  int(value[2] * img.shape[0] * 0.001), int(value[3] * img.shape[1] * 0.001)]
162
+ print("Orignal Bounding Box from GOOGLE BBOX: ", value)
162
163
 
163
164
  self._cv2.rectangle(
164
165
  img=img,
@@ -1,5 +1,5 @@
1
1
  MAJOR_VERSION = 1
2
2
  MINOR_VERSION = 1
3
- PATCH_VERSION = 3
3
+ PATCH_VERSION = 6
4
4
  version = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
5
5
  __all__ = ['MAJOR_VERSION', 'MINOR_VERSION', 'PATCH_VERSION', 'version']
@@ -0,0 +1,11 @@
1
+ Metadata-Version: 2.2
2
+ Name: mb_rag
3
+ Version: 1.1.6
4
+ Summary: RAG function file
5
+ Author: ['Malav Bateriwala']
6
+ Requires-Python: >=3.8
7
+ Requires-Dist: mb_base
8
+ Dynamic: author
9
+ Dynamic: requires-dist
10
+ Dynamic: requires-python
11
+ Dynamic: summary
mb_rag-1.1.3/PKG-INFO DELETED
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: mb_rag
3
- Version: 1.1.3
4
- Summary: RAG function file
5
- Author: ['Malav Bateriwala']
6
- Requires-Python: >=3.8
7
- Requires-Dist: mb_base
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: mb_rag
3
- Version: 1.1.3
4
- Summary: RAG function file
5
- Author: ['Malav Bateriwala']
6
- Requires-Python: >=3.8
7
- Requires-Dist: mb_base
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes