simrdwn icon indicating copy to clipboard operation
simrdwn copied to clipboard

Rapid satellite imagery object detection

Results 27 simrdwn issues
Sort by recently updated
recently updated
newest added

Is there a pre-built docker available somewhere? Building the docker on Ubuntu 20.04 is taking forever, and is getting stuck on this step: ``` Solving environment: ...working... failed with initial...

Is there a way to train YOLT on images with more than 3 channels? My images contain RGB plus an alpha channel

When I finish my train and want to inference images,I met an error that I can not solve .who can help me HERE IS ERROR CODES darknet: ./src/parser.c:312: parse_yolo: Assertion...

I am having an issue running test using simrdwn on my own dataset. I was using the same dataset I trained on to test so I figured it would work...

As the title mentioned,it run the file_not_found_error when I run the test procedure which the classlabel stands for the class I want to detect.I even know what is stand for...

Permit me to introduce myself... for YOLT3, boxes_per_grid must be divisble by 3! RETURNING! SIMRDWN now... Traceback (most recent call last): File "simrdwn/core/simrdwn.py", line 1948, in main() File "simrdwn/core/simrdwn.py", line...

hello @avanetten, I have completed your yolt2 and yolt3 experiments, and I found that the cfg files of yolt2(ave_dense.cfg) and yolov2(darknet) are very different, but the cfg files of yolov3(darknet)...

Hello, I've recently updated my computer to Ubuntu 20.04 and have since run into a lot of issues when running the SIMRDWN code and building the dockerfile. After building the...

There is an "ave_dense_544_final.weights.zip" file available at the results folder. But the file can not be unzipped and the model can not open it. Is the file correct or it...

**I want to run SIMRDWN with following modifications** - outside docker on conda environment as my GPU is old docker is not stable - using TFv2.0 as TF1.x is old...