Shreyas Chandra Sekhar
Shreyas Chandra Sekhar
Hi Seonwook, Thanks for the project. I am trying to use your implementation in research. I would like to find the coordinates at which the user focus. Can this the...
I am trying to train this implementation in TX2. I made few modifications to webcam.py as below. cv2 recognizes the frames, I tested it out. class WebcamTX2(FramesSource): """Webcam frame grabbing...
I run into incompatibility errors while attempting to install conda in TX2. Are there any documentations for installation procedure?
I am using tx2 and getting into this error. There is no file or directory availalbe Can you please help? /gcc --config=cuda INFO: Found applicable config definition build:cuda in file...
Minimal code: ``` #include #include #include #include #include struct MyStruct { int intValue; // Serialization method using smart pointers template void serialize(Archive& archive) { archive(intValue); } }; int main() {...
I am struggling to fix this error for several days. I tried debugging logs but not much information. Has anyone come across this error? any suggestions will be very helpful....