Edgar Simo-Serra
Edgar Simo-Serra
The models were not trained with data taken from pictures, which explains the low performance on the images you supplied. Retraining with data more similar to the images you want...
Dependent on input image resolution size, but with 11G you should be able to handle fairly large images of at least 1024x1024 although likely quite a bit more. Make sure...
@YgRen the network structure is actually included in the .t7 file. Most of my tests have been done using Cuda 9.1, Cudnn 7.5, and a GTX 1080. Using older cards...
Can't you just run a loop that checks the state of all outfits on the pilot, if the state changed from last frame, you either activate or deactivate it. That...
Other things that would be potentially nice to have: - [ ] API to set / load positions of weapon particles. This would allow missiles and stuff to work. Maybe...
Naev asteroids already appear on the minimap when nearby. There's also mining outfits that highlight the type of asteroid when you get near. This is more about a system-level representation,...
As in stop autonav speed-up while being scanned? Doesn't it do that automatically when you have illegal cargo?
Looking at the code there is a ``` /* Player did bad stuff and is getting scanned. */ if (pilot_isPlayer(target) && pilot_hasIllegal(target,p->faction)) player_autonavResetSpeed(); ``` So it should be resetting autonav...
NPCs have been reworked completely. They will try to not repeat messages in the same playing session, however, that will not be saved and is reset when you restart naev...
Side note, the current "escape" menu probably can and should be merged with the info menu to reduce the number of keybindings and complexity of things.