Rob van Gastel

Results 7 comments of Rob van Gastel

+1 would be very useful

@satyarepala, @apollos I hope this might help you guys, I fixed it by changing the import: `img = cv2.imread(filepath,0)` to: `img = cv2.imread(filepath, cv2.IMREAD_GRAYSCALE)` I'm using OpenCV version: `3.4.0` My...

Hi Luo013, thanks for showing interest! This modification is possible for sure. It would require changing the ``CategoricalPolicy`` of the SAC algorithm to the regular Gaussian Policy as is done...

Hi again, thank you for adding all these components, I am glad it was interesting for you! Maybe we or I could help you here, could clean up the code...

Hi! No problem, I learned these things by exploring papers on self-supervised learning and how to use them efficiently in my spare time. If next to reading the paper you...

Hi Nikolay, I also wanted to test this and created a small repository to test fine-tuning for simple decoders, maybe it is helpful to you. https://github.com/RobvanGastel/dinov2-finetune