Update image_processing_diffusiondet.py
Browse files
image_processing_diffusiondet.py
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
-
"""Image processor class for
|
16 |
|
17 |
import io
|
18 |
import pathlib
|
|
|
12 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13 |
# See the License for the specific language governing permissions and
|
14 |
# limitations under the License.
|
15 |
+
"""Image processor class for DiffusionDet."""
|
16 |
|
17 |
import io
|
18 |
import pathlib
|