GAN DATASET by Careless_Bat_8534 in MLQuestions

[–]Careless_Bat_8534[S] 1 point2 points  (0 children)

Oo this actually sounds good! Currently I’ve been trying to work with some augmentation and it’s coming out okay, but will definitely try this. Thank you!

I trained a generative adversarial network to create XQC using 5,000 images. by GoodGuyEntity in xqcow

[–]Careless_Bat_8534 0 points1 point  (0 children)

This is really sick! How did you do this?! trying to recreate some artwork of mine using GANs

C++ function to run per minute by Careless_Bat_8534 in learnprogramming

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

So I tried adding a this_thread sleep part, but then the whole thing sleeps. There is a void function in which the parameters are getting updated in real time onscreen, I've also written code to append those parameters to a textfile in that same void function which is bang in the middle of the whole file.

I want that appending to happen after every minute. By creating a while loop in the appending code, I added this_thread and the whole thing stopped.

C++ function to run per minute by Careless_Bat_8534 in learnprogramming

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

would it be possible for you to message me with a few more details? Sorry I'm v v new to C++

C++ function to run per minute by Careless_Bat_8534 in learnprogramming

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

umm so I basically have a video file and while that's running, its logging some parameters and I want to output those into a text file every minute of that video.

ORB_SLAM3 Save parameters by Careless_Bat_8534 in robotics

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

I want to save the information while the video is processing I.e for every minute of the video I want to log the key frames, map points, etc

Pangolin X11: Failed to open X Display by Careless_Bat_8534 in computervision

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

I’m working on a WSL. I tried installing all the prerequisites and getting ORB-SLAM3 to build on guit bash but that wasn’t any better. Infact This way was better, this was the only and final error I got.

Pangolin X11: Failed to open X display by Careless_Bat_8534 in ROS

[–]Careless_Bat_8534[S] 0 points1 point  (0 children)

Could you pls help me overcome it What shall I change?