Fabio Carrara
Fabio Carrara
Hi @yjb767868009 , this might not be trivial (that's the reason we provide already segmented data). In the Dataset subsection of our paper, you can find some details and references...
Hi @Jezzffihuter . I think you need to install pytorch, follow this: https://pytorch.org/get-started/locally/ This should solve the error on git bash. The Pycharm error is a different problem; you need...
It should be `--batch-size` instead of `--batch_size`. My bad, I'm fixing the README.
you can try running the script initially without CUDA; remove all the `.to('cuda')` instances in the `predict.py` script. The `image_list.txt` file should be something like this: ``` path/to/image1.jpg path/to/image2.png ......
I think you are confusing the parameter name "image_list" that is used throughout the script (`args.image_list`) with its value (the string "images_list.txt"). There are no inconsistencies, as you can rename...
In this situations, I think it would be best to export the data captured so far, clear all data, and push play to record a new session. Chart data and...
Thanks @brainyacademic , you are right that these known issues should be stated more clearly as you suggested; we will update the wiki for sure, probably also change the default...
This needs a dedicated smartphone/tablet UI. Something like: - webcam only prediction, - fullscreen camera preview, - resizable centered ROI (non movable), - swipe/pinch events for threshold changing and ROI...
It seems to be due to licensing problems with non-open codecs and the particular browser (audio controls show correctly in chrome, but not in edge). You should re-encode the video...
I managed to obtain 92.2% accuracy on CIFAR-10 with the same net structure proposed by the authors (two residual blocks followed by an ODE block) and more weights (I used...