Sebastian Cavada

Results 7 comments of Sebastian Cavada

Hi! I am also trying to figure this out. If you have any recent advancement I would be very happy to hear from you. I will keep updating here if...

I am also facing some issues in the arkitscenes dataset. It seems that the image pairs given in the list of pairs do not match some images in the actual...

https://github.com/cph-cachet/flutter-plugins/issues/660 this issue solves everything by setting the value to 0 e.g. ``` success &= await Health().writeHealthData(value: 0, type: HealthDataType.MINDFULNESS, startTime: DateTime(now.year, now.month, now.day, now.hour, now.minute-15), endTime: now); ```

I might be late to the party, but I struggled for about a day with this problem and finally figured out a solution. In my case, I am running the...

I tried to download the dataset with wget directly on Linux. The previous links didn't work... What I ended up doing is nontrivial but might be helpful to someone else...

I had the similar issue. Turns out faiss version was wrong for me. I followed [https://stackoverflow.com/questions/58957169/faiss-error-could-not-find-a-version-that-satisfies-the-requirement-faiss-from](https://stackoverflow.com/questions/58957169/faiss-error-could-not-find-a-version-that-satisfies-the-requirement-faiss-from) and thus running: ```bash $ pip install faiss-cpu # or: $ pip install faiss-gpu-cu12...

+1 Also, it seems that the code to load the above-mentioned datasets is not available. It would be super helpful to have such files and data :)