trohit920
trohit920
same issue both with the test images as well as test video. Any update how to solve this ?
@natanielruiz Hello, i am going to use head pose to find the distraction of a person. So i have to be sure what is the correct Euler Angles and how...
@seewoo79 @JunshengFu I am also getting the similar error. Traceback (most recent call last): File "C:\Users\rohit\Desktop\Python\driving-lane-departure-warning-master\main.py", line 19, in img_aug = process_frame(img) File "C:\Users\rohit\Desktop\Python\driving-lane-departure-warning-master\lane.py", line 615, in process_frame output =...
@trishume Can we use this for calculating eye blinks or simply for checking eye closing? @AeonAxan How did you solve this problem. Any help will be appreciated.
@trishume Hey i want to know how can i check the maximum value. So when i tried closing my eyes, from visualization i can see that eyebrows are detected as...
@trishume Thanks for your response. I already checked output of maxVal. But it seems to give same value for both pupil and eyebrows. I also cropped eye extraction in such...
@Joshua27 @trishume Thanks for your comments. I tried Dlib facial landmark detector for detecting landmarks and hence checking eye closing and opening using eye aspect ratio. But sometimes when eyes...
@MTlab @YukiNagato For your reference please check the model file: ```` import torch import torch.nn as nn import torch.nn.functional as F import math def conv3x3(in_planes, out_planes, strd=1, padding=1, bias=False): "3x3...
Thanks for the quick reply after correcting it I encountered another issue. ``` ./dist/osn_tcms [295386] PyInstaller Bootloader 6.x [295386] LOADER: executable is /media/nvidia/Extreme_Pro/train_project/dist/osn_tcms [295386] LOADER: _MEIPASS2 is not set [295386]...
The ` /media/nvidia/Extreme_Pro/train_project/tmp ` is an external hard drive as the Jetson module is not having enough space in /tmp folder. So is there any work around to this.