MARCONet icon indicating copy to clipboard operation
MARCONet copied to clipboard

Learning Generative Structure Prior for Blind Text Image Super-resolution [CVPR 2023]

Results 11 MARCONet issues
Sort by recently updated
recently updated
newest added

hi, I want to know where does the model named "net_new_bbox.pth" come from please?

Hi, Multi-GPU training has been consistently failing. Would it be possible to provide a screenshot of 'pip list' to see the version of each package installed, or if there is...

raise KeyError(f"No object named '{name}' found in '{self._name}' registry!") KeyError: "No object named 'TextDegradationDataset' found in 'dataset' registry!"

name 'fused_act_ext' is not defined Error in real_lq12. Continue...

python test_sr.py -i ./Testsets/LQsWithText -m ################################################################ Input Path : ./Testsets/LQsWithText Save Path : ./Testsets/LQsWithText_10-15_18-00_MARCONet The format of text label : using given text label (Please DOUBLE CHECK the LR image...

i am unable to load screen. this is the code i used import cv2 cap = cv2.VideoCapture('rtsp://admin:[email protected]:554/1') facedetect=cv2.CascadeClassifier('haarcascade_frontalface_default.xml') while True: ret, frame = cap.read() gray=cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY) faces=facedetect.detectMultiScale(gray, 1.3 ,5) for...

作者你好,我训练时报错 ![2](https://github.com/csxmli2016/MARCONet/assets/66819573/2c365b73-1201-4481-a291-be6a5e96e47d) 可能是什么原因呢

Hi @csxmli2016  Thank you for creating such a good project! I want to train this model for English data. I also have some custom LR and HR-paired image data. After...