Adblu
Adblu
I have a question. Where is the support for the elevation ? I cannot find it anywhere.
I have jetson nano with yocto OS. I understand that model is in trt format, however very often PyTorch is called to handle side operations. Is it possible to get...
As in the title. How to 224 × 224 predictions back to original image dimensions for example 1980 x 1080 ?
Any reason why ?
The problem I have is the following: The code is: ``` set_false_flag() _ = hctsa.prepare() # Here Matlab freezes elevation_data = get_data() features_data = get_features(elevation_data) save_data(features_data) set_true_flag() print "Done" ```...
Trying to find any good env configuration where train.py uses gpu. Tried various chainer and cupy versions. Was able to run train on CPU but thats it. Anybody succeed with...
Hi. When you look at the inference predictions on provided [image](https://github.com/Ahmednull/Storage/blob/main/gaze.gif), when face/eye direction barely changes, inference predictions vary a lot sometimes. I was wondering if I can improve it...
I downloaded weights from the sh script. But where do i find cfg file ?
Hi @pperle ! Thanks for this original work ! I wanted to try out the demo. Could you provide processed datasets and model checkpoint links ? Current ones seems to...
Is it possible to warm up the model before the inference ? I want to load it to gpu memory and do inference at no time.