An Tran

Results 11 issues of An Tran

Please contribute to the repositories, if you are working on optical flow algorithms. I am willing to review.

Hi, I have a simple request to make the code runnable in cpu-only machine. It is more testing the Python notebook. Thank you.

Hi osm-export-tool developers, I tried to download the OSM extracts automatically for some cities https://github.com/hotosm/osm-export-tool/wiki/Export-Tool-API-Token-Authentication. But it seems the link in there not existing anymore. Following https://github.com/hotosm/osm-export-tool/issues/96, I would like...

repo:export-tool

Hi @Wulingtian, I followed your tutorial https://mp.weixin.qq.com/s/DsqEfpyud8dYzCV0mB9CpA/ After compiling, and run the code, it has the following error: Do you have any idea? ``` Converting onnx model: ../yolov5/yolov5s-simple.onnx {'images': 3,...

Thank you for writing the codes and publish it into the world. ``` python3 convertCaffe.py Traceback (most recent call last): File "convertCaffe.py", line 5, in import caffe ModuleNotFoundError: No module...

Hi George, I am starting filtering out some long videos to download Sports1M dataset. Then, I see that original [test_partition.txt](https://github.com/gtoderici/sports-1m-dataset/blob/master/original/test_partition.txt) and sports1m_test.json in sports1m_json.zip does not have same number of...

I ran some video containing human moving and want to tracking that human. I run example video "motor bike" with a good result. :+1: But when I run on my...

I installed the software successfully. And I start Matlab to run it, but keep crash after running this basic example. The below is matlab crash dump (each dump file for...

I had a hard time to install apls to work properly because GDAL is very hard to install with correct version of `2.4.0`. Heveby, I proposes two changes to make...

Please relax the requirements gdal to some things like: ``` GDAL>=2.2.0 ``` It will make the install GDAL easier!