Fisher Yu

Results 32 comments of Fisher Yu

Sorry Windows is not supported. You can probably try the linux subsystem on windows.

Indeed, the downloading server for the main LSUN data is moved to dl.yf.io. The original Princeton server has expired. Please contact Yinda Zhang https://www.zhangyinda.com/ for room layout dataset.

Thanks for letting me know. I am looking into it.

@andyli Thanks for pointing that out. There are license concerns with using BT. We will evaluate the option carefully.

@DiiaanaD Maybe downloading again can resolve your problem.

If only saving images in one folder is concerned here, does "--flat" for export serve the purpose?

I see. cv2.imwrite may be unavoidable to make the generated images supported by general image io. I will commit a fix for this soon.

I added the missing files. Please check again.

Our own testing of DLA on object detection gave encouraging results. A recent report on object detection shows that DLA can achieve a good balance between accuracy and efficiency: https://github.com/xingyizhou/CenterNet.

DLA consists of groups of HDA. It is mainly used for classification tasks. IDA is used for upsampling DLA to get high-resolution output, so it is called IDAUp in the...