Search found 15 matches

by mary_davis75
Wed May 29, 2024 4:03 am
Forum: C / C++
Topic: I am unable to read img in OpenCV
Replies: 1
Views: 902

Re: I am unable to read img in OpenCV

I would put those string literals (the file name and window name) into explicit std::string variables, see if it recurs. If it does, step through it in a debugger and observe the in-memory representation of the strings. Maybe even use the debug build of OpenCV in debugging mode to step inside the fu...
by mary_davis75
Tue May 28, 2024 10:35 pm
Forum: General
Topic: What is the physical and actual difference between momentum and force?
Replies: 1
Views: 943

Re: What is the physical and actual difference between momentum and force?

I took physics in high school but I just learned the formulas and not really the concepts. I know momentum is mass * velocity and force is mass * acceleration but I can't conceptually try to figure out the difference. The difference between a bowling ball and a feather falling is their forces becaus...
by mary_davis75
Tue May 28, 2024 10:33 pm
Forum: Python
Topic: How can I serializing a class into JSON?
Replies: 1
Views: 478

Re: How can I serializing a class into JSON?

The basic problem is that the JSON encoder json.dumps() only knows how to serialize a limited set of object types by default , all built-in types. List here: https://docs.python.org/3.3/library/json.html#encoders-and-decoders One good solution would be to make your class inherit from JSONEncoder and...
by mary_davis75
Tue May 28, 2024 10:30 pm
Forum: General
Topic: Which not so popular did you enjoy the most?
Replies: 1
Views: 763

Re: Which not so popular did you enjoy the most?

That trip will be the one I made to Patagonia As I embark on my sixth annual migration down to Patagonia for the (northern hemisphere) winter. I feel confident in being able to advise on the must-sees for anyones first trip to Patagonia but also in helping with packing. I feel a little but like gold...
by mary_davis75
Tue May 28, 2024 10:17 pm
Forum: General
Topic: Should I use PyTorch or TensorFlow?
Replies: 1
Views: 800

Re: Should I use PyTorch or TensorFlow?

I've started learning Tensorflow about 4 years ago and found it overly complicated. I then worked mostly with Keras which was a really nice experience. After Keras got integrated into Tensorflow it was a pretty seamless experience. About one year ago I started to work more with PyTorch and it's defi...
by mary_davis75
Tue May 28, 2024 9:49 pm
Forum: General
Topic: Where all should I configure in order to implement Third Party Sales in SAP SD?
Replies: 1
Views: 840

Re: Where all should I configure in order to implement Third Party Sales in SAP SD?

Here is what happens in third-party process: 63fe1733ef09c52bf113dbfd_1454457626881.jpg Customer orders goods and a sales order is created in a sales organization Purchase requisition is created automatically when sales order is saved. Purchase order is created at the vendor in the MM purchasing ap...
by mary_davis75
Tue May 28, 2024 6:55 pm
Forum: General
Topic: Was your MBA really as good as you thought?
Replies: 1
Views: 942

Was your MBA really as good as you thought?

After seeing so many posts about getting cold feet and as application season is starting I thought some people might want to offer either words of encouragement or caution from their experience at their MBA. So I'd love to know if you think your MBA was worth it, how has it affected your life, what ...
by mary_davis75
Tue May 28, 2024 6:54 pm
Forum: General
Topic: What are your best productivity tools?
Replies: 1
Views: 896

What are your best productivity tools?

Looking to consolidate some favourite productivity tools or websites into my productivity board. If you have any tools you enjoy or you feel like it has helped you in any way, Id appreciate it a lot if you can share it.
by mary_davis75
Tue May 28, 2024 6:53 pm
Forum: General
Topic: What careers are ACTUALLY required now in 2024?
Replies: 1
Views: 841

What careers are ACTUALLY required now in 2024?

What types of jobs or careers are ACTUALLY in demand in now and future ahead? Because I'm currently in community college doing pre reqs for radiography program, I thought it would be good degree to pursue because the salary is pretty decently good and only requires A.S degree but majority of people ...
by mary_davis75
Tue May 28, 2024 6:48 pm
Forum: General
Topic: How good is Apple VR headset?
Replies: 1
Views: 867

How good is Apple VR headset?

Hello everyone, I've been using the apple vision pro for the past day and have seen a lot of reviews here discounting the device and folks saying they will be returning it. While I respect everyones opinion on the matter, there are a few things I wanted to point out from my experience. First, I want...