repo_owner stringlengths 2 38 | repo_name stringlengths 2 100 | file_path stringlengths 4 120 | file_url stringlengths 53 199 | repo_url stringlengths 26 152 |
|---|---|---|---|---|
dvschultz | dataset-tools | psd.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/psd.py | https://github.com/dvschultz/dataset-tools |
dvschultz | dataset-tools | rotate.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/rotate.py | https://github.com/dvschultz/dataset-tools |
dvschultz | dataset-tools | sort-color.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/sort-color.py | https://github.com/dvschultz/dataset-tools |
dvschultz | dataset-tools | sort.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/sort.py | https://github.com/dvschultz/dataset-tools |
dvschultz | dataset-tools | window.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/window.py | https://github.com/dvschultz/dataset-tools |
dvschultz | dataset-tools | zfill.py | https://raw.githubusercontent.com/dvschultz/dataset-tools/main/zfill.py | https://github.com/dvschultz/dataset-tools |
ZwwWayne | mmMOT | cost.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/cost.py | https://github.com/ZwwWayne/mmMOT |
ZwwWayne | mmMOT | eval_seq.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/eval_seq.py | https://github.com/ZwwWayne/mmMOT |
ZwwWayne | mmMOT | main.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/main.py | https://github.com/ZwwWayne/mmMOT |
ZwwWayne | mmMOT | solvers.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/solvers.py | https://github.com/ZwwWayne/mmMOT |
ZwwWayne | mmMOT | test.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/test.py | https://github.com/ZwwWayne/mmMOT |
ZwwWayne | mmMOT | tracking_model.py | https://raw.githubusercontent.com/ZwwWayne/mmMOT/master/tracking_model.py | https://github.com/ZwwWayne/mmMOT |
antoine77340 | howto100m | args.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/args.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | eval.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/eval.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | loss.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/loss.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | lsmdc_dataloader.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/lsmdc_dataloader.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | model.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/model.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | msrvtt_dataloader.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/msrvtt_dataloader.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | stop_words.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/stop_words.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | train.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/train.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | youcook_dataloader.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/youcook_dataloader.py | https://github.com/antoine77340/howto100m |
antoine77340 | howto100m | youtube_dataloader.py | https://raw.githubusercontent.com/antoine77340/howto100m/master/youtube_dataloader.py | https://github.com/antoine77340/howto100m |
padeoe | cail2019 | data.py | https://raw.githubusercontent.com/padeoe/cail2019/master/data.py | https://github.com/padeoe/cail2019 |
padeoe | cail2019 | model.py | https://raw.githubusercontent.com/padeoe/cail2019/master/model.py | https://github.com/padeoe/cail2019 |
padeoe | cail2019 | train.py | https://raw.githubusercontent.com/padeoe/cail2019/master/train.py | https://github.com/padeoe/cail2019 |
RizhaoCai | PyTorch_ONNX_TensorRT | dynamic_shape_example.py | https://raw.githubusercontent.com/RizhaoCai/PyTorch_ONNX_TensorRT/master/dynamic_shape_example.py | https://github.com/RizhaoCai/PyTorch_ONNX_TensorRT |
RizhaoCai | PyTorch_ONNX_TensorRT | trt_int8_demo.py | https://raw.githubusercontent.com/RizhaoCai/PyTorch_ONNX_TensorRT/master/trt_int8_demo.py | https://github.com/RizhaoCai/PyTorch_ONNX_TensorRT |
Leeon123 | Aoyama | client.py | https://raw.githubusercontent.com/Leeon123/Aoyama/master/client.py | https://github.com/Leeon123/Aoyama |
Leeon123 | Aoyama | cnc.py | https://raw.githubusercontent.com/Leeon123/Aoyama/master/cnc.py | https://github.com/Leeon123/Aoyama |
Howchoo | pi-fan-controller | fancontrol.py | https://raw.githubusercontent.com/Howchoo/pi-fan-controller/master/fancontrol.py | https://github.com/Howchoo/pi-fan-controller |
hkust-vgd | scanobjectnn | data_utils.py | https://raw.githubusercontent.com/hkust-vgd/scanobjectnn/master/data_utils.py | https://github.com/hkust-vgd/scanobjectnn |
hkust-vgd | scanobjectnn | mapping2.py | https://raw.githubusercontent.com/hkust-vgd/scanobjectnn/master/mapping2.py | https://github.com/hkust-vgd/scanobjectnn |
michaelrzhang | lookahead | lookahead_pytorch.py | https://raw.githubusercontent.com/michaelrzhang/lookahead/master/lookahead_pytorch.py | https://github.com/michaelrzhang/lookahead |
michaelrzhang | lookahead | lookahead_tensorflow.py | https://raw.githubusercontent.com/michaelrzhang/lookahead/master/lookahead_tensorflow.py | https://github.com/michaelrzhang/lookahead |
bodqhrohro | giftolottie | read.py | https://raw.githubusercontent.com/bodqhrohro/giftolottie/master/read.py | https://github.com/bodqhrohro/giftolottie |
liuhuanyong | AbstractKnowledgeGraph | search_concept.py | https://raw.githubusercontent.com/liuhuanyong/AbstractKnowledgeGraph/master/search_concept.py | https://github.com/liuhuanyong/AbstractKnowledgeGraph |
WiresoulStudio | W_Mesh_28x | W_Bases.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Bases.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Box.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Box.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Capsule.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Capsule.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Cone.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Cone.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Plane.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Plane.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Ring.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Ring.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Screw.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Screw.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Sphere.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Sphere.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Torus.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Torus.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | W_Tube.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/W_Tube.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | __init__.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/__init__.py | https://github.com/WiresoulStudio/W_Mesh_28x |
WiresoulStudio | W_Mesh_28x | genFunctions.py | https://raw.githubusercontent.com/WiresoulStudio/W_Mesh_28x/master/genFunctions.py | https://github.com/WiresoulStudio/W_Mesh_28x |
jayanam | batex | __init__.py | https://raw.githubusercontent.com/jayanam/batex/master/__init__.py | https://github.com/jayanam/batex |
jayanam | batex | bex_export.py | https://raw.githubusercontent.com/jayanam/batex/master/bex_export.py | https://github.com/jayanam/batex |
jayanam | batex | bex_panel.py | https://raw.githubusercontent.com/jayanam/batex/master/bex_panel.py | https://github.com/jayanam/batex |
xiaomi-automl | MoGA | dataloader.py | https://raw.githubusercontent.com/xiaomi-automl/MoGA/master/dataloader.py | https://github.com/xiaomi-automl/MoGA |
xiaomi-automl | MoGA | verify.py | https://raw.githubusercontent.com/xiaomi-automl/MoGA/master/verify.py | https://github.com/xiaomi-automl/MoGA |
creotiv | hdrnet-pytorch | dataset.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/dataset.py | https://github.com/creotiv/hdrnet-pytorch |
creotiv | hdrnet-pytorch | model.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/model.py | https://github.com/creotiv/hdrnet-pytorch |
creotiv | hdrnet-pytorch | slice.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/slice.py | https://github.com/creotiv/hdrnet-pytorch |
creotiv | hdrnet-pytorch | test.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/test.py | https://github.com/creotiv/hdrnet-pytorch |
creotiv | hdrnet-pytorch | train.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/train.py | https://github.com/creotiv/hdrnet-pytorch |
creotiv | hdrnet-pytorch | utils.py | https://raw.githubusercontent.com/creotiv/hdrnet-pytorch/master/utils.py | https://github.com/creotiv/hdrnet-pytorch |
DataXujing | YOLO-V3-Tensorflow | args.py | https://raw.githubusercontent.com/DataXujing/YOLO-V3-Tensorflow/dev/args.py | https://github.com/DataXujing/YOLO-V3-Tensorflow |
DataXujing | YOLO-V3-Tensorflow | data_pro.py | https://raw.githubusercontent.com/DataXujing/YOLO-V3-Tensorflow/dev/data_pro.py | https://github.com/DataXujing/YOLO-V3-Tensorflow |
DataXujing | YOLO-V3-Tensorflow | get_kmeans.py | https://raw.githubusercontent.com/DataXujing/YOLO-V3-Tensorflow/dev/get_kmeans.py | https://github.com/DataXujing/YOLO-V3-Tensorflow |
DataXujing | YOLO-V3-Tensorflow | test_single_image.py | https://raw.githubusercontent.com/DataXujing/YOLO-V3-Tensorflow/dev/test_single_image.py | https://github.com/DataXujing/YOLO-V3-Tensorflow |
DataXujing | YOLO-V3-Tensorflow | video_test.py | https://raw.githubusercontent.com/DataXujing/YOLO-V3-Tensorflow/dev/video_test.py | https://github.com/DataXujing/YOLO-V3-Tensorflow |
RenYurui | StructureFlow | main.py | https://raw.githubusercontent.com/RenYurui/StructureFlow/master/main.py | https://github.com/RenYurui/StructureFlow |
zouchuhang | LayoutNetv2 | data_generator.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/data_generator.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | data_generator_matterport.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/data_generator_matterport.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | model.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/model.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | pano.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/pano.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | pano_gen.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/pano_gen.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | pano_opt.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/pano_opt.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | pano_opt_gen.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/pano_opt_gen.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | panostretch.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/panostretch.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | post_proc2.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/post_proc2.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | resnet_seg_ae.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/resnet_seg_ae.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | t72pkl.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/t72pkl.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | test_PC.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/test_PC.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | test_matterport.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/test_matterport.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | test_stanford.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/test_stanford.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | train_PC.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/train_PC.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | train_matterport.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/train_matterport.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | train_stanford.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/train_stanford.py | https://github.com/zouchuhang/LayoutNetv2 |
zouchuhang | LayoutNetv2 | utils_eval.py | https://raw.githubusercontent.com/zouchuhang/LayoutNetv2/master/utils_eval.py | https://github.com/zouchuhang/LayoutNetv2 |
yaleimeng | TextClassify_with_BERT | arguments.py | https://raw.githubusercontent.com/yaleimeng/TextClassify_with_BERT/master/arguments.py | https://github.com/yaleimeng/TextClassify_with_BERT |
yaleimeng | TextClassify_with_BERT | modeling.py | https://raw.githubusercontent.com/yaleimeng/TextClassify_with_BERT/master/modeling.py | https://github.com/yaleimeng/TextClassify_with_BERT |
yaleimeng | TextClassify_with_BERT | predict_GPU.py | https://raw.githubusercontent.com/yaleimeng/TextClassify_with_BERT/master/predict_GPU.py | https://github.com/yaleimeng/TextClassify_with_BERT |
yaleimeng | TextClassify_with_BERT | server.py | https://raw.githubusercontent.com/yaleimeng/TextClassify_with_BERT/master/server.py | https://github.com/yaleimeng/TextClassify_with_BERT |
yaleimeng | TextClassify_with_BERT | train_eval.py | https://raw.githubusercontent.com/yaleimeng/TextClassify_with_BERT/master/train_eval.py | https://github.com/yaleimeng/TextClassify_with_BERT |
cyberark | kubernetes-rbac-audit | ExtensiveRoleCheck.py | https://raw.githubusercontent.com/cyberark/kubernetes-rbac-audit/master/ExtensiveRoleCheck.py | https://github.com/cyberark/kubernetes-rbac-audit |
lucasg | findrpc | findrpc.py | https://raw.githubusercontent.com/lucasg/findrpc/master/findrpc.py | https://github.com/lucasg/findrpc |
prodigysml | Dr.-Watson | dr-watson.py | https://raw.githubusercontent.com/prodigysml/Dr.-Watson/master/dr-watson.py | https://github.com/prodigysml/Dr.-Watson |
michael-lazar | jetforce | jetforce_client.py | https://raw.githubusercontent.com/michael-lazar/jetforce/master/jetforce_client.py | https://github.com/michael-lazar/jetforce |
tom-roddick | oft | infer.py | https://raw.githubusercontent.com/tom-roddick/oft/master/infer.py | https://github.com/tom-roddick/oft |
tom-roddick | oft | train.py | https://raw.githubusercontent.com/tom-roddick/oft/master/train.py | https://github.com/tom-roddick/oft |
nooneswarup | export-archive-reddit-saved | redditsave.py | https://raw.githubusercontent.com/nooneswarup/export-archive-reddit-saved/master/redditsave.py | https://github.com/nooneswarup/export-archive-reddit-saved |
Ocupe | Projectors | cmd.py | https://raw.githubusercontent.com/Ocupe/Projectors/main/cmd.py | https://github.com/Ocupe/Projectors |
Ocupe | Projectors | helper.py | https://raw.githubusercontent.com/Ocupe/Projectors/main/helper.py | https://github.com/Ocupe/Projectors |
Ocupe | Projectors | projector.py | https://raw.githubusercontent.com/Ocupe/Projectors/main/projector.py | https://github.com/Ocupe/Projectors |
Ocupe | Projectors | tests.py | https://raw.githubusercontent.com/Ocupe/Projectors/main/tests.py | https://github.com/Ocupe/Projectors |
Ocupe | Projectors | ui.py | https://raw.githubusercontent.com/Ocupe/Projectors/main/ui.py | https://github.com/Ocupe/Projectors |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.