Fix extension for apply custom dataset which has jpg extension#60
Fix extension for apply custom dataset which has jpg extension#60saintrealchoi wants to merge 93 commits intoadvimman:mainfrom
Conversation
Create LICENSE
* cleaner configs * visualizer genearalize * visualizer genearalize * lama-celeba configs * optimizers config and celeba readme upd * noop vis in predict.py * default optimizers config * default opt fixed Co-authored-by: Aleksei Silvestrov <a.silvestrov@samsung.net>
I just copy the code in the folder `saicinpainting` to my code repository, since I just want to adopt `FFC_BN_FLU` layer in my net. Then it occurs an error:
```bash
File "C:\Users\xx\tmp\saicinpainting\utils.py", line 104, in <module>
def register_debug_signal_handlers(sig=signal.SIGUSR1, handler=print_traceback_handler):
AttributeError: module 'signal' has no attribute 'SIGUSR1'
```
This patch fixes the error.
Huggingface spaces web demo
* fix optimizers config file for all hydras * fix optimizers config file for all hydras
* own dataset readme * own dataset readme * own dataset readme * own dataset readme * own dataset readme * own dataset readme * own dataset readme * my dataset full roadmap * my dataset full roadmap * my dataset full roadmap * my dataset full roadmap * more details * more details * more details
Probably fix the error running on windows
Fix link
Update README.md
|
Hi! Thank you for your contribution! Could you please change the default values to |
|
Thank you for the review! I fix default values from |
|
I would like to kindly ask you some questions regarding training on the CelebA dataset. Specifically, based on LaMa-Fourier, what small modifications or fine-tuning strategies could be applied to slightly improve the final performance metrics? I am currently working on my undergraduate graduation thesis, and these suggestions would be extremely helpful to my research. I would sincerely appreciate it if you could share some advice or insights. Thank you very much for your time and help. @saintrealchoi @windj007 @senya-ashukha @elimohl @cohimame |
Hello! First of all, Thank you for Awesome project.
I want to use your code on my images. but, when it has 'jpg' extension shell script do not recognize files.
So, I fix it for all images which have other extension
Thank you!