tlpss / keypoint-detection

2D keypoint detection with Pytorch Lightning and wandb
MIT License
70 stars 9 forks source link

Basic image resize implementation. #39

Closed mareksubocz closed 10 months ago

mareksubocz commented 11 months ago

First implementation of #36. Applied image resize to val and test datasets as well.

Feel free to change it up or even throw out altogether. Let me know what you think :)

tlpss commented 11 months ago

@mareksubocz thanks for the contribution, I will take a look soon!

tlpss commented 9 months ago

hi @mareksubocz

Sorry for the late reply!

Your PR looks good but for now I am not going to merge it because I am thinking about doing a major refactor that should facilitate custom preprocessing steps etc instead of having to include them all in the codebase.

I will definitely use your code as an example/inspiration. So thanks for that!

mareksubocz commented 9 months ago

No problem, good luck with the refactor!