Rajesh Choudhary

Results 4 issues of Rajesh Choudhary

I'm having tiff images as large as 5-6GB in size. while using openseadragon viewer, not able to render 16-bit png tiles but same works fine with 8-bit tiles. for 16-bit...

question

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question I want to perform object detection on jp2 images....

question
Stale

I have a **4 band 16 bit tiff image** and trying to create .png tiles of that image using below code: ``` import pyvips image_path ="output_rgb_image.tif" image = pyvips.Image.new_from_file(image_path, access='random')...

I have trained model on my own dataset for 200 epochs. latest weights are saved as `latest_net_G_A.pth`, `latest_net_G_B.pth`, `latest_net_D_A.pth`, and `latest_net_D_B.pth` After completing this, I tried to run `test.py` for...