Andrew Jong
Andrew Jong
I don't believe this is designed to be a real-time model. See the response about computation time in #10.
Okay, thanks! Do you know which performs inference faster?
Hello, any update on this? It's 2020 and the competition/ folder still has nothing.
Hi, please try checking out the feat/torchvision-roi-align branch.
I have since merged the torchvision version of ROI into master. Should be able to work on the master branch now, after a `git pull`.
WGAN diverges
Hi! Sorry I'm not sure what the issue is. I haven't encountered this before.
The existing app absolutely does NOT provide an Android interface around the arxiv vanity API. All it does is open arxiv-vanity.com in your internet browser. An Android implementation would still...
Since AirSim is now deprecated, I suggest transitioning to [Colosseum Sim](https://github.com/CodexLabsLLC/Colosseum), which is a fork of AirSim. They've carried on AirSim to Unreal Engine 5. We use it for [our...
The issue seems to be that AirSim's ROS wrapper publishes `/airsim_node/clock` based on `ros::Timer`, which when `use_sim_time=true` only runs if `/clock` is advancing. So it's a chicken-egg problem. ```cpp //...