alvinxiii

Results 3 issues of alvinxiii

Refer to #61 post. I added the custom code for using a video demo. However, when I run the code. The video is process at an average of 5 fps....

I have a few HTTP POST end points that require AntiForgery tokens being attached as a e.g header named RequestVerificationToken. Sample endpoint: ``` [HttpPost] [ValidateAntiForgeryToken] [Route("[controller]/[action]")] public async Task Test([FromBody]Type...

Is there any way to train my own dataset. There is no description or tutorial stated in your readme. Thanks