Andrew Hundt

Results 278 comments of Andrew Hundt

It will definitely vary a bunch by use case and your physical hardware. For example if you've got a titan x but no super fast SSD I don't think it...

@PavlosMelissinos Hey I was looking through your latest version, and perhaps I misunderstood what I read, but have you considered changing your loss function when training from scratch? Something like...

I added some segmentation metrics and losses: https://github.com/keras-team/keras-contrib/pull/197

if it is black that most likely means there isn't a palette and you are seeing the raw values as grayscale

My apologies if I'm getting some things confused. I was a bit surprised to find catkin in [github.com/ros/catkin](github.com/ros/catkin) and not in `github.com/catkin/catkin`, and probably confused it with [github.com/catkin/catkin_tools](github.com/catkin/catkin_tools). Historical reasons...

hmm, how would the equivalent of `cmake .. -G "CodeBlocks - Unix Makefiles"` work? The double quoting seems to make things more difficult, perhaps `catkin config --cmake-args "-G \"CodeBlocks -...

It seems `catkin config --cmake-args "-G Xcode"` would be correct, but it inappropriately appears to produce errors. For example I used `catkin config --cmake-args "-G\"Eclipse CDT4 - Unix Makefiles\""` then...

@wjwwood thanks I'm reading the summary now

Essentially, when one library or executable breaks I want to be able to generate an xcode project that can attach with the debugger and corresponding source code so I can...

Ideally in addition to the above it would be sensible if that makefile dependency @wjwwood mentioned could be eliminated such that alternatives that cmake can generate like xcodebuild or ninja...